TheUnarchiver 2.7
This commit is contained in:
parent
328c0580d3
commit
932d99dba9
1 changed files with 5 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
# Maintainer: Cedric Girard <girard.cedric@gmail.com>
|
||||||
pkgname=unarchiver
|
pkgname=unarchiver
|
||||||
pkgver=2.6
|
pkgver=2.7
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="An Objective-C application for uncompressing archive files"
|
pkgdesc="An Objective-C application for uncompressing archive files"
|
||||||
arch=('x86_64' 'i686')
|
arch=('x86_64' 'i686')
|
||||||
|
@ -8,21 +8,13 @@ url="http://wakaba.c3.cx/s/apps/unarchiver.html"
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
depends=('gnustep-base' 'openssl' 'bzip2' 'icu' 'gcc-libs' 'zlib')
|
depends=('gnustep-base' 'openssl' 'bzip2' 'icu' 'gcc-libs' 'zlib')
|
||||||
makedepends=('gcc-objc')
|
makedepends=('gcc-objc')
|
||||||
source=(http://theunarchiver.googlecode.com/files/TheUnarchiver"$pkgver"_src.zip unarchiver-makefile.patch)
|
source=(http://theunarchiver.googlecode.com/files/TheUnarchiver"$pkgver"_src.zip)
|
||||||
md5sums=('91144dcaf1d41ac5b38ae39eb6c3fea4'
|
md5sums=('c6aed2fcb2b68d86a9d9d4fc39c4ea41')
|
||||||
'974025c5a7489409fbd101ee598f8dfd')
|
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir/The Unarchiver/"
|
cd "$srcdir/The Unarchiver/XADMaster"
|
||||||
|
|
||||||
#remove unneeded and non LGPL compatible files
|
. /usr/share/GNUstep/Makefiles/GNUstep.sh
|
||||||
rm -rf "BadLicense" "The Unarchiver"
|
|
||||||
|
|
||||||
patch -p1 < ../../unarchiver-makefile.patch
|
|
||||||
|
|
||||||
cd XADMaster
|
|
||||||
|
|
||||||
. /opt/GNUstep/System/Library/Makefiles/GNUstep.sh
|
|
||||||
make -f Makefile.linux
|
make -f Makefile.linux
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue