updated on Fri Jan 13 20:02:10 UTC 2012
[aur-mirror.git] / shhmsg / PKGBUILD
blob71032e275f99331a83ec70a64ae674f94a282244
1 # Contributor: Peter Simons <simons@cryp.to>
2 pkgname=shhmsg
3 pkgver=1.4.1
4 pkgrel=1
5 pkgdesc="error message 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=('de300150851786eb19cb9b9ad234d7a2')
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