aboutsummaryrefslogtreecommitdiffstats
path: root/extra/luaposix
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
commitb70981b68efcce5256eb11c6cd26ae123b10b6ea (patch)
treea38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/luaposix
parent2b4df81538b8398442d5296650905c70341dd8d3 (diff)
downloadaports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2
aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'extra/luaposix')
-rw-r--r--extra/luaposix/APKBUILD18
1 files changed, 0 insertions, 18 deletions
diff --git a/extra/luaposix/APKBUILD b/extra/luaposix/APKBUILD
deleted file mode 100644
index 7b85aeafdf..0000000000
--- a/extra/luaposix/APKBUILD
+++ /dev/null
@@ -1,18 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=luaposix
-pkgver=5.1.4
-pkgrel=0
-pkgdesc="POSIX library for Lua"
-url="http://luaforge.net/projects/luaposix/"
-license="MIT"
-depends="uclibc"
-makedepends="lua-dev"
-source="http://luaforge.net/frs/download.php/3572/$pkgname-$pkgver.tar.gz"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- make PREFIX=/usr || return 1
- make PREFIX=/usr DESTDIR="$pkgdir" install
-}
-
-md5sums="073019b1a52bfddb94e2521553b47ef5 luaposix-5.1.4.tar.gz"