summaryrefslogtreecommitdiffstats
path: root/x11/xarchiver/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'x11/xarchiver/APKBUILD')
-rw-r--r--x11/xarchiver/APKBUILD32
1 files changed, 0 insertions, 32 deletions
diff --git a/x11/xarchiver/APKBUILD b/x11/xarchiver/APKBUILD
deleted file mode 100644
index d114f14ca..000000000
--- a/x11/xarchiver/APKBUILD
+++ /dev/null
@@ -1,32 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=xarchiver
-pkgver=0.5.2
-pkgrel=1
-pkgdesc="GTK+ frontend to various command line archivers"
-url="http://xarchiver.xfce.org/"
-license="GPL"
-depends="desktop-file-utils hicolor-icon-theme tar"
-makedepends="intltool gtk+-dev"
-install=
-subpackages="$pkgname-doc"
-source="http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
- xarchiver-0.5.2-stack-smash.patch"
-
-prepare() {
- cd "$srcdir/xarchiver-$pkgver"
- patch -p1 -i "$srcdir"/xarchiver-0.5.2-stack-smash.patch
-}
-
-build() {
- cd "$srcdir/xarchiver-$pkgver"
- ./configure --prefix=/usr \
- --libexecdir=/usr/lib/xfce4 || return 1
- make || return 1
-}
-
-package() {
- cd "$srcdir/xarchiver-$pkgver"
- make DESTDIR="$pkgdir" install || return 1
-}
-md5sums="2bc7f06403cc6582dd4a8029ec9d038d xarchiver-0.5.2.tar.bz2
-74cdf6a77e91ac7b02270002c582cea1 xarchiver-0.5.2-stack-smash.patch"