summaryrefslogtreecommitdiff
path: root/community/luasec
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-12-16 02:25:47 -0800
committerroot <root@rshg054.dnsready.net>2012-12-16 02:25:47 -0800
commitd1335cc6b44826a3ae6934a40bd618bfddcd2e6e (patch)
tree14e670e9b7ea52dfebe033b6c6ba4fd952ae973f /community/luasec
parenta829a3b1a4b3eefc7adb1d630f071247e79b9f72 (diff)
Sun Dec 16 02:25:22 PST 2012
Diffstat (limited to 'community/luasec')
-rw-r--r--community/luasec/PKGBUILD22
1 files changed, 11 insertions, 11 deletions
diff --git a/community/luasec/PKGBUILD b/community/luasec/PKGBUILD
index 9053baf33..7c61dc84c 100644
--- a/community/luasec/PKGBUILD
+++ b/community/luasec/PKGBUILD
@@ -1,12 +1,12 @@
-# $Id: PKGBUILD 81215 2012-12-13 11:26:01Z spupykin $
+# $Id: PKGBUILD 81272 2012-12-15 14:51:01Z seblu $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Maintainer: Dwayne Bent <dbb.1@liqd.org>
# Contributor: Paul-Sebastian Manole <brokenthorn@gmail.com>
pkgbase=luasec
-pkgname=(lua-sec lua51-sec)
+pkgname=(lua51-sec)
pkgver=0.4.1
-pkgrel=3
+pkgrel=4
pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
arch=('i686' 'x86_64')
url='http://luasec.luaforge.net/'
@@ -27,14 +27,14 @@ build() {
make INCDIR=-I/usr/include/lua5.1 linux
}
-package_lua-sec() {
- depends=('openssl' 'lua' 'lua-socket')
-
- install -dm755 "$pkgdir/usr/lib/lua/5.2"
- cd luasec-$pkgver
- make LUACPATH="$pkgdir/usr/lib/lua/5.2" LUAPATH="$pkgdir/usr/share/lua/5.2" install
- install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
+#package_lua-sec() {
+# depends=('openssl' 'lua' 'lua-socket')
+#
+# install -dm755 "$pkgdir/usr/lib/lua/5.2"
+# cd luasec-$pkgver
+# make LUACPATH="$pkgdir/usr/lib/lua/5.2" LUAPATH="$pkgdir/usr/share/lua/5.2" install
+# install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+#}
package_lua51-sec() {
depends=('openssl' 'lua51' 'lua51-socket')