aboutsummaryrefslogtreecommitdiffstats
path: root/main/bitlib/APKBUILD
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-01-07 16:49:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-01-07 16:51:11 +0000
commitf2ee9e1f3213d9839683aefbc5de89e855e0558e (patch)
tree68f01ac984027dff2ace81f7a1af981ff8ca2a05 /main/bitlib/APKBUILD
parentacf89a5caba2640697d5b93154d4e8db12605bc4 (diff)
downloadaports-f2ee9e1f3213d9839683aefbc5de89e855e0558e.tar.bz2
aports-f2ee9e1f3213d9839683aefbc5de89e855e0558e.tar.xz
main/lua-bitlib: renamed from bitlib and upgrade to version 26
Diffstat (limited to 'main/bitlib/APKBUILD')
-rw-r--r--main/bitlib/APKBUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/main/bitlib/APKBUILD b/main/bitlib/APKBUILD
deleted file mode 100644
index 91400afc90..0000000000
--- a/main/bitlib/APKBUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=bitlib
-pkgver=25
-pkgrel=0
-pkgdesc="A lua library providing bitwise operations"
-url="http://luaforge.net/projects/bitlib"
-license="MIT/X11"
-depends="uclibc lua"
-makedepends="lua-dev"
-subpackages="$pkgname-dev"
-source=http://luaforge.net/frs/download.php/3065/bitlib-$pkgver.tar.gz
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr
- make || return 1
- make DESTDIR="$pkgdir" install
-}
-
-md5sums="18f124c80c685f2269296a7172e600fe bitlib-25.tar.gz"