updated on Thu Jan 19 00:16:31 UTC 2012
[aur-mirror.git] / shhopt / PKGBUILD
blob4a0842df3312a56c15886e29282cc7f8e993dc4b
1 # Contributor: Peter Simons <simons@cryp.to>
2 pkgname=shhopt
3 pkgver=1.1.7
4 pkgrel=1
5 pkgdesc="command line parsing library (used by banner)"
6 arch=('i686' 'x86_64')
7 url='http://shh.thathost.com/pub-unix/'
8 license=('GPL')
9 groups=()
10 depends=()
11 makedepends=()
12 provides=()
13 conflicts=()
14 replaces=()
15 backup=()
16 options=()
17 install=
18 source=( http://shh.thathost.com/pub-unix/files/${pkgname}-${pkgver}.tar.gz )
19 noextract=()
20 md5sums=('caf24206354296e8a48771aea1f47fbd')
22 build() {
23   cd "$srcdir/$pkgname-$pkgver" || return 1
24   make OPTIM="$CFLAGS" dep || return 1
25   make OPTIM="$CFLAGS" || return 1
26   make OPTIM="$CFLAGS" INSTBASEDIR="$pkgdir/usr" install || return 1