updated on Mon Jan 9 08:00:21 UTC 2012
[aur-mirror.git] / statifier / PKGBUILD
blobf52528808c7ce8ca82e5f6778be6b01be25deaed
1 # Maintainer:  TDY <tdy@gmx.com>
2 # Contributor: Jens Pranaitis <jens@jenux.homelinux.org>
3 # Contributor: Leslie P. Polzer <polzer@gnu.org>
5 pkgname=statifier
6 pkgver=1.7.1
7 pkgrel=1
8 pkgdesc="A tool for generating static binaries of dynamic ELF executables"
9 arch=('i686' 'x86_64')
10 url="http://statifier.sourceforge.net/"
11 license=('GPL')
12 [[ $CARCH = x86_64 ]] && options=('!makeflags')
13 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
14 md5sums=('8afd0ddb7629adc48048a0f3cc848cd8')
16 build() {
17   cd "$srcdir/$pkgname-$pkgver"
18   sed -i '12 s/yes/no/' configs/config.x86_64
19   make || return 1
22 package() {
23   cd "$srcdir/$pkgname-$pkgver"
24   make DESTDIR="$pkgdir" install