diff options
| author | Andrew Manison <amanison@anselsystems.com> | 2011-02-16 19:14:26 +0000 |
|---|---|---|
| committer | Andrew Manison <amanison@anselsystems.com> | 2011-02-16 19:14:26 +0000 |
| commit | 71e39ce025e46b17e9634cb8fdeec7af04f2f0fa (patch) | |
| tree | ab6569d59ab7f79ae8cb7c677658f9ba12854069 /testing/lua-rexlib | |
| parent | 01fd4f6611dd2b61cd8ceee01b4a454d74bbbc51 (diff) | |
| parent | 692f71db5a7621fe29b255de3ef9ae973b74eacb (diff) | |
| download | aports-71e39ce025e46b17e9634cb8fdeec7af04f2f0fa.tar.bz2 aports-71e39ce025e46b17e9634cb8fdeec7af04f2f0fa.tar.xz | |
Merge branch 'master' of ssh://git.alpinelinux.org/gitroot/aports-amanison
Conflicts:
main/iaxmodem/APKBUILD
Diffstat (limited to 'testing/lua-rexlib')
| -rw-r--r-- | testing/lua-rexlib/APKBUILD | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/testing/lua-rexlib/APKBUILD b/testing/lua-rexlib/APKBUILD deleted file mode 100644 index 4f7bce0891..0000000000 --- a/testing/lua-rexlib/APKBUILD +++ /dev/null @@ -1,47 +0,0 @@ -# Contributor: -# Maintainer: -pkgname=lua-rex -pkgver=2.4.0 -pkgrel=1 -pkgdesc="Lua bindings to regular expression library pcre and posix" -url="http://lrexlib.luaforge.net/" -license="MIT" -depends="lua-rex-pcre lua-rex-posix" -makedepends="pcre-dev lua-dev" -install= -subpackages="$pkgname-pcre $pkgname-posix" -source="http://luaforge.net/frs/download.php/3599/lrexlib-$pkgver.zip" - -_builddir="$srcdir"/lrexlib-$pkgver - -prepare() { - cd "$_builddir" - sed -i -e "s/^MYCFLAGS.*/MYCFLAGS = $CFLAGS/" src/defaults.mak - sed -i -e "s/^LD .*/LD = gcc/" \ - src/common.mak -} - -build() { - cd "$_builddir" - make -j1 build_pcre build_posix -} - -package() { - mkdir -p "$pkgdir" -} - -pcre() { - pkgdesc="Lua bindings to pcre regular expressions library" - cd "$_builddir" - install -d "$subpkgdir"/usr/lib/lua/5.1 - cp -a src/pcre/rex_pcre.so* "$subpkgdir"/usr/lib/lua/5.1 -} - -posix() { - pkgdesc="Lua bindings to posix regular expressions library" - cd "$_builddir" - install -d "$subpkgdir"/usr/lib/lua/5.1 - cp -a src/posix/rex_posix.so* "$subpkgdir"/usr/lib/lua/5.1 -} - -md5sums="c75d4164ac5036219eac87b488ded9b7 lrexlib-2.4.0.zip" |
