diff options
author | root <root@rshg054.dnsready.net> | 2012-05-03 00:01:52 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-05-03 00:01:52 +0000 |
commit | 5520a8b04cecf4af812cbf2285e9ab6efabe147f (patch) | |
tree | 842c0bf2e354faca64f878dce5a2166c7b0dad64 /community/luaposix | |
parent | defe74c9cba07c321ad2869d8f6872e64a167324 (diff) |
Thu May 3 00:01:52 UTC 2012
Diffstat (limited to 'community/luaposix')
-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 |