updated on Fri Jan 20 16:18:17 UTC 2012
[aur-mirror.git] / z / PKGBUILD
blob73c752c40cfbd0d8348261702b1a376934c98972
1 # Maintainer:  TDY <tdy@gmx.com>
2 # Contributor: Christoph Zeiler <rabyte*gmail>
4 pkgname=z
5 pkgver=2.6.1
6 pkgrel=1
7 pkgdesc="A simple, safe, and convenient front-end for various [un]compression tools"
8 arch=('any')
9 url="http://www.cs.indiana.edu/~kinzler/z/"
10 license=('GPL')
11 depends=('sh')
12 optdepends=('unzip: extract zip archives'
13             'zip: create zip archives')
14 source=(http://www.cs.indiana.edu/~kinzler/z/z-$pkgver.tgz)
15 md5sums=('3ce878079a7a0d204f97c903a8cc4530')
17 build() {
18   cd "$srcdir/z-$pkgver"
19   install -Dm755 z "$pkgdir/usr/bin/z"
20   install -Dm644 z.man "$pkgdir/usr/share/man/man1/z.1"