summaryrefslogtreecommitdiff
path: root/community/luaposix
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-05-01 00:01:20 +0000
committerroot <root@rshg054.dnsready.net>2012-05-01 00:01:20 +0000
commit752015395fc8b95cc4a86b68189cb747fe9a8499 (patch)
tree3e64f1f739447b52eab8498bf13bcbc9410cde8e /community/luaposix
parentb7cd4b184f75d3d2b54b356e08f296df3a9afb38 (diff)
Tue May 1 00:01:20 UTC 2012
Diffstat (limited to 'community/luaposix')
-rw-r--r--community/luaposix/PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/community/luaposix/PKGBUILD b/community/luaposix/PKGBUILD
index 7983e7bad..39ea1129d 100644
--- a/community/luaposix/PKGBUILD
+++ b/community/luaposix/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 61274 2011-12-27 22:28:27Z seblu $
+# $Id: PKGBUILD 70108 2012-04-29 20:00:10Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Contributor: Laszlo Papp <djszapi at archlinux us>
# Contributor: Donald Ephraim Curtis <dcurtis@gmail.com>
pkgname=luaposix
-pkgver=5.1.15
+pkgver=5.1.19
pkgrel=1
pkgdesc='A POSIX library for Lua programming language'
arch=('i686' 'x86_64')
@@ -14,11 +14,10 @@ license=('GPL' 'LGPL')
depends=('lua')
options=('!libtool')
source=("https://github.com/downloads/rrthomas/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('c492541a768302fb67ad14a294306f3a')
+md5sums=('3d74beb1b1d887adb689e6e9316abb42')
build() {
cd $pkgname-$pkgver
-
./configure --prefix=/usr \
--libdir=/usr/lib/lua/5.1 \
--datadir=/usr/share/lua/5.1
@@ -27,9 +26,7 @@ build() {
package() {
cd $pkgname-$pkgver
-
make PREFIX=/usr DESTDIR="$pkgdir/" install
-
# examples
install -d "$pkgdir/usr/share/$pkgname/examples"
install -D -m 644 *.lua "$pkgdir/usr/share/$pkgname/examples"