add Zipper
This commit is contained in:
parent
a0282aa1d7
commit
9067a184c3
30
zipper/PKGBUILD
Normal file
30
zipper/PKGBUILD
Normal file
|
@ -0,0 +1,30 @@
|
|||
# Maintainer: Christoffer Müller Madsen <christoffer@guava.space>
|
||||
pkgname=zipper
|
||||
_pkgname=Zipper
|
||||
pkgver=1.5
|
||||
pkgrel=1
|
||||
pkgdesc="Multi-format archive extractor with compression services for GNUstep"
|
||||
arch=(i686 x86_64)
|
||||
url="http://gap.nongnu.org/zipper/index.html"
|
||||
license=('GPL')
|
||||
install=$pkgname.install
|
||||
depends=(gnustep-base gnustep-gui gnustep-back)
|
||||
makedepends=('gcc-objc'
|
||||
'gnustep-make')
|
||||
provides=(zipper)
|
||||
conflicts=(zipper)
|
||||
source=(http://savannah.nongnu.org/download/gap/$_pkgname-$pkgver.tar.gz)
|
||||
md5sums=('2281adff0815920db61f24c1cf5fb56d')
|
||||
|
||||
build() {
|
||||
cd $srcdir/$_pkgname-$pkgver
|
||||
. /usr/share/GNUstep/Makefiles/GNUstep.sh
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $srcdir/$_pkgname-$pkgver
|
||||
make DESTDIR="$pkgdir/" install
|
||||
install -D -m644 "$pkgdir/usr/lib/GNUstep/Applications/$_pkgname.app/Resources/$_pkgname.desktop" \
|
||||
"$pkgdir/usr/share/applications/$_pkgname.desktop"
|
||||
}
|
11
zipper/zipper.install
Normal file
11
zipper/zipper.install
Normal file
|
@ -0,0 +1,11 @@
|
|||
post_install() {
|
||||
update-desktop-database -q
|
||||
}
|
||||
|
||||
post_upgrade() {
|
||||
post_install $1
|
||||
}
|
||||
|
||||
post_remove() {
|
||||
post_install $1
|
||||
}
|
Loading…
Reference in New Issue
Block a user