diff options
| author | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
|---|---|---|
| committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-05-03 06:19:04 +0000 |
| commit | 6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch) | |
| tree | 1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/luajit | |
| parent | 66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff) | |
| download | aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2 aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz | |
testing/*: removed
We dont ship testing things in a stable release
Diffstat (limited to 'testing/luajit')
| -rw-r--r-- | testing/luajit/APKBUILD | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/testing/luajit/APKBUILD b/testing/luajit/APKBUILD deleted file mode 100644 index 7646ed1ba3..0000000000 --- a/testing/luajit/APKBUILD +++ /dev/null @@ -1,32 +0,0 @@ -# Contributor: Cameron Banta <cbanta@gmail.com> -# Maintainer: Cameron Banta <cbanta@gmail.com> -pkgname=luajit -_pkgname=LuaJIT -pkgver=2.0.0_beta8 -_pkgver=${pkgver//_/-} -pkgrel=0 -pkgdesc="Just-In-Time Compiler for the Lua programming language" -url="http://luajit.org" -arch="all" -license="MIT" -depends="" -depends_dev="" -makedepends="$depends_dev" -install="" -subpackages="$pkgname-dev $pkgname-doc" -source="http://luajit.org/download/$_pkgname-$_pkgver.tar.gz" - -_builddir=$srcdir/$_pkgname-$_pkgver - -build() { - cd "$_builddir" - make amalg PREFIX=/usr || return 1 -} - -package() { - cd "$_builddir" - make install DESTDIR="$pkgdir" PREFIX=/usr || return 1 - ln -sf /usr/bin/luajit-${_pkgver} $pkgdir/usr/bin/luajit -} - -md5sums="f0748a73ae268d49b1d01f56c4fe3e61 LuaJIT-2.0.0-beta8.tar.gz" |
