updated on Thu Jan 19 12:17:07 UTC 2012
[aur-mirror.git] / unmakeself / PKGBUILD
blobfb75fd9811b9c60223a12d8bd597822bf9e29b9d
1 # Maintainer: kevku <kevku@gmx.com>
2 pkgname=unmakeself
3 pkgver=1.1
4 pkgrel=1
5 pkgdesc="Makeself archive extractor"
6 arch=('x86_64' 'i686')
7 url="http://www.freshports.org/archivers/unmakeself"
8 license=('BSD')
9 depends=('libarchive')
10 source=("http://ftp.eenet.ee/gentoo/distfiles/unmakeself-1.1.tar.gz")
11 md5sums=('d4124923477efc5b071adc733192cd3a')
13 build() {
14   cd "$srcdir/$pkgname-$pkgver"
15   gcc unmakeself.c -larchive -o unmakeself
18 package() {
19   cd "$srcdir/$pkgname-$pkgver"
20   install -Dm755 unmakeself $pkgdir/usr/bin/unmakeself