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/lua-lgi | |
| 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/lua-lgi')
| -rw-r--r-- | testing/lua-lgi/APKBUILD | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/testing/lua-lgi/APKBUILD b/testing/lua-lgi/APKBUILD deleted file mode 100644 index 837b951c31..0000000000 --- a/testing/lua-lgi/APKBUILD +++ /dev/null @@ -1,40 +0,0 @@ -# Contributor: Natanael Copa <ncopa@alpinelinux.org> -# Maintainer: Natanael Copa <ncopa@alpinelinux.org> -pkgname=lua-lgi -pkgver=0.3 -pkgrel=0 -pkgdesc="Lua binding using gobject-introspection" -url="http://github.com/pavouk/lgi" -arch="all" -license="MIT" -depends="" -depends_dev="" -makedepends="lua-dev gtk+-dev wget gobject-introspection-dev" -install="" -subpackages="$pkgname-doc" -source="https://github.com/downloads/pavouk/lgi/lgi-$pkgver.tar.gz" - -_builddir="$srcdir"/lgi-$pkgver -prepare() { - local i - cd "$_builddir" - for i in $source; do - case $i in - *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;; - esac - done -} - -build() { - cd "$_builddir" - make PREFIX=/usr -} - -package() { - cd "$_builddir" - make install PREFIX=/usr DESTDIR="$pkgdir" - mkdir -p "$pkgdir"/usr/share/doc/lua-lgi - cp -r docs/* samples "$pkgdir"/usr/share/doc/lua-lgi/ -} - -md5sums="c0b1c724285f2962214bb79367c9591f lgi-0.3.tar.gz" |
