diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-17 07:01:56 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-06-17 07:01:56 +0000 |
commit | 36d5771389a107549e686e788c3424d3d35ba275 (patch) | |
tree | b8e73f184e16ba31d1e46c04fafa2c419b60415c /main/lua | |
parent | 64235954c67c15a3f764ccad37ee213f0c07bfe9 (diff) | |
download | aports-36d5771389a107549e686e788c3424d3d35ba275.tar.bz2 aports-36d5771389a107549e686e788c3424d3d35ba275.tar.xz |
main/lua: rebuild so .so moves to -dev
Diffstat (limited to 'main/lua')
-rw-r--r-- | main/lua/APKBUILD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/lua/APKBUILD b/main/lua/APKBUILD index 040ecc75d..c5b63eb93 100644 --- a/main/lua/APKBUILD +++ b/main/lua/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=lua pkgver=5.1.4 -pkgrel=4 +pkgrel=5 pkgdesc="A powerful light-weight programming language designed for extending applications." url="http://www.lua.org/" license="MIT" @@ -34,7 +34,9 @@ build () LIB_LIBS="-lpthread -lm -ldl" \ V=$pkgver \ gentoo_all || return 1 +} +package() { cd "$srcdir/$pkgname-$pkgver" make INSTALL_TOP="$pkgdir"/usr INSTALL_LIB="$pkgdir"/usr/lib \ V=$pkgver gentoo_install || return 1 |