updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / unball / PKGBUILD
blob47480d7504f1c419a2dafc8c703721bc9fc8b2f3
1 # Contributor: Ismael Barros (RazZziel) <razielmine@gmail.com>
3 pkgname=unball
4 pkgver=0.2.11
5 pkgrel=1
6 pkgdesc="The most comprehensive archive identify-and-extract wrapper script in existence."
7 arch=('i686')
8 url="https://launchpad.net/unball"
9 license=('GPL2')
10 depends=('python')
11 source=(http://launchpad.net/unball/0.2-legacy/$pkgver/+download/unball-$pkgver.tbz2 install.sh)
12 md5sums=('bcfd6d2eea846d89385502a3bbea2d4d' 'c772cd4d387cd4e7fe4b0fc54a4a4d63')
14 build() {
15   cd $srcdir/unball-$pkgver
17   mv ../install.sh . || return 1
18   PREFIX=/usr DESTDIR=$pkgdir ./install.sh || return 1