summaryrefslogtreecommitdiff
path: root/extra/xarchiver/PKGBUILD
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-20 11:41:05 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-07-20 11:41:05 -0300
commit0d18015803bebeb58911bf791653597291056095 (patch)
treedf21e7972fd9d4555942dbad0bde22066ebf95f3 /extra/xarchiver/PKGBUILD
parent2f352ca8b911d96566b10adc049f76a552ab93aa (diff)
parent3da6b13f1eb136d0899bd2e8dd217048bb4d9030 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/keysafe/PKGBUILD community/lesspipe/PKGBUILD community/xchat-systray-integration/PKGBUILD core/gen-init-cpio/PKGBUILD extra/xarchiver/PKGBUILD
Diffstat (limited to 'extra/xarchiver/PKGBUILD')
-rw-r--r--extra/xarchiver/PKGBUILD40
1 files changed, 0 insertions, 40 deletions
diff --git a/extra/xarchiver/PKGBUILD b/extra/xarchiver/PKGBUILD
deleted file mode 100644
index 33e3a3146..000000000
--- a/extra/xarchiver/PKGBUILD
+++ /dev/null
@@ -1,40 +0,0 @@
-# $Id: PKGBUILD 121261 2011-04-29 22:06:13Z andyrtr $
-# Maintainer: Alexander Fehr <pizzapunk gmail com>
-# Contributor: Andrew Simmons <andrew.simmons@gmail.com>
-
-pkgname=xarchiver
-pkgver=0.5.2
-pkgrel=2
-pkgdesc="GTK+ frontend to various command line archivers"
-arch=('i686' 'x86_64' 'mips64el')
-url="http://xarchiver.sourceforge.net"
-license=('GPL')
-groups=('xfce4-goodies')
-depends=('gtk2' 'desktop-file-utils' 'hicolor-icon-theme')
-makedepends=('intltool')
-optdepends=('tar: TAR support'
- 'gzip: GZIP support'
- 'bzip2: BZIP2 support'
- 'zip: ZIP support'
- 'unzip: ZIP support'
- 'unrar: RAR support'
- 'p7zip: 7z support'
- 'arj: ARJ support'
- 'lha: LHA support'
- 'lzma-utils: LZMA support'
- 'lzop: LZOP support')
-options=('!libtool')
-install=xarchiver.install
-source=(http://downloads.sourceforge.net/xarchiver/xarchiver-$pkgver.tar.bz2)
-md5sums=('2bc7f06403cc6582dd4a8029ec9d038d')
-
-build() {
- cd "$srcdir/xarchiver-$pkgver"
- ./configure --prefix=/usr --libexecdir=/usr/lib/xfce4
- make
-}
-
-package() {
- cd "$srcdir/xarchiver-$pkgver"
- make DESTDIR="$pkgdir" install
-}