diff options
Diffstat (limited to 'community/luaposix/PKGBUILD')
-rw-r--r-- | community/luaposix/PKGBUILD | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/community/luaposix/PKGBUILD b/community/luaposix/PKGBUILD index 39ea1129d..41933f17a 100644 --- a/community/luaposix/PKGBUILD +++ b/community/luaposix/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 70108 2012-04-29 20:00:10Z seblu $ +# $Id: PKGBUILD 70187 2012-05-01 12:58:45Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: SpepS <dreamspepser at yahoo dot it> # Contributor: Laszlo Papp <djszapi at archlinux us> @@ -6,12 +6,13 @@ pkgname=luaposix pkgver=5.1.19 -pkgrel=1 +pkgrel=2 pkgdesc='A POSIX library for Lua programming language' arch=('i686' 'x86_64') url='http://luaforge.net/projects/luaposix/' license=('GPL' 'LGPL') depends=('lua') +#checkdepends=('lunit') options=('!libtool') source=("https://github.com/downloads/rrthomas/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('3d74beb1b1d887adb689e6e9316abb42') @@ -24,6 +25,11 @@ build() { make } +#check() { +# cd $pkgname-$pkgver +# make check +#} + package() { cd $pkgname-$pkgver make PREFIX=/usr DESTDIR="$pkgdir/" install |