1 # Contributor: Jessehk <hakuch@gmail.com>
6 pkgdesc="A very thin wrapper over ABS to ease package customization"
8 url="http://icepac.googlecode.com"
10 makedepends=('glibc' 'pkgconfig')
12 install="icepac.install"
13 source=("http://icepac.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
14 md5sums=('a2b51e3cbb35e4a93624533d899550e7')
18 cd $startdir/src/$pkgname-$pkgver
19 ./configure --prefix=/usr --libdir=/usr/lib/lua/5.1 --disable-static
21 make DESTDIR="$startdir/pkg" install || return 1
23 install -D icepac.lua $startdir/pkg/usr/share/lua/5.1/icepac.lua