summaryrefslogtreecommitdiff
path: root/community/luasec
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-12-16 11:57:04 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-12-16 11:57:04 +0100
commit0e419b3bf8abe456c265cc1cd395129f50dde6f9 (patch)
tree900321543d00bff1def8e0d2075fa072857d8cdb /community/luasec
parent363603de616fec82753ad92178001af029755e3b (diff)
parentd1335cc6b44826a3ae6934a40bd618bfddcd2e6e (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/mosh/PKGBUILD
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 7352a6e0b..15fa05671 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' 'mips64el')
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')