diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-30 13:58:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-08-30 13:58:13 +0000 |
commit | ce9d71a9faabf45e13fa8ac34f13c425e4cc98a3 (patch) | |
tree | b624fed35ff701361fb6e296fc397aa3be2219a0 /testing | |
parent | 41e0b0f64ffc4d4aba7bd880b08569a034c55260 (diff) | |
download | aports-ce9d71a9faabf45e13fa8ac34f13c425e4cc98a3.tar.bz2 aports-ce9d71a9faabf45e13fa8ac34f13c425e4cc98a3.tar.xz |
main/lua-crypto: moved to main
Diffstat (limited to 'testing')
-rw-r--r-- | testing/lua-crypto/APKBUILD | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/testing/lua-crypto/APKBUILD b/testing/lua-crypto/APKBUILD deleted file mode 100644 index 471ff267d..000000000 --- a/testing/lua-crypto/APKBUILD +++ /dev/null @@ -1,38 +0,0 @@ -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -_luaver=5.1 -pkgname=lua-crypto -pkgver=0.3.2 -pkgrel=0 -pkgdesc="a Lua frontend to the OpenSSL cryptographic library" -url="http://mkottman.github.io/luacrypto/" -arch="all" -license="MIT/X11" -depends= -makedepends="lua$_luaver-dev openssl-dev" -install= -subpackages="$pkgname-dev $pkgname-doc" -source="luacrypto-$pkgver.tar.gz::https://github.com/mkottman/luacrypto/archive/$pkgver.tar.gz" - -_builddir="$srcdir"/luacrypto-$pkgver -build() { - cd "$_builddir" - LUA_CFLAGS="$(pkg-config lua$_luaver --cflags)" \ - LUA_LIBS="$(pkg-config lua$_luaver --libs)" \ - ./configure \ - --host=$CHOST \ - --build=$CBUILD \ - --prefix=/usr \ - || return 1 - make cryptodir=/usr/lib/lua/$_luaver || return 1 -} - -package() { - cd "$_builddir" - make install DESTDIR="$pkgdir" cryptodir=/usr/lib/lua/$_luaver \ - || return 1 - find "$pkgdir" -name '*.la' -delete -} - -md5sums="07271929beec760a42eff012803490a1 luacrypto-0.3.2.tar.gz" -sha256sums="63c5d7e2539779039114335b9a8f149d63382c4db298d69e70488a0108143bb4 luacrypto-0.3.2.tar.gz" -sha512sums="4cb20d2cc348a11f140210dffb803629034c72cc7232590f4488f559d5c7233e0c41e56fcd0863959ac0b07e64c9aa79ea573e4126fdc11bc3f1b3b49d13343e luacrypto-0.3.2.tar.gz" |