updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / runit-scripts / PKGBUILD
blob2c261910622a2d7204954a53d073ce2ad10631ae
1 # Contributor: Andrej Gelenberg <andrej.gelenberg@udo.edu>
2 pkgname="runit-scripts"
3 pkgver="11.6"
4 pkgrel=1
5 pkgdesc="Some scripts for runit"
6 arch=(any)
7 depends=()
8 makedepends=()
9 optdepends=()
10 url="http://people.oh14.de/andrej/runit-scripts"
11 source=(http://people.oh14.de/andrej/runit-scripts/runit-scripts-11.6-stickbuild.tar.xz)
12 license="custom"
13 build()
15  cd "$srcdir/$pkgname-$pkgver"
16  export PREFIX=/usr
17  export ETCDIR=/etc
18  export BINDIR=$PREFIX/bin
19  export LIBDIR=$PREFIX/lib
20  export DESTDIR="${startdir}/pkg"
21  make || return 1
22  make install
24 md5sums=('5888a5b5637a65886a3351e853668379')
25 sha512sums=('09b6c460e743bbf062c7aeeaed196834009c469d12113fdfead9a6ae30af2196a22264e8b4e7002215249bbf78ecf88c4217745ddc0c12c138dab1f744574590')