testing/lua-augeas: new aport

Lua bindings for Augeas
http://git.alpinelinux.org/cgit/lua-augeas/
This commit is contained in:
Natanael Copa 2010-10-15 13:51:37 +00:00
parent eac6a61c2d
commit 3c793511dc

View File

@ -0,0 +1,29 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lua-augeas
pkgver=0.1
pkgrel=0
pkgdesc="Lua bindings for Augeas"
url="http://git.alpinelinux.org/cgit/lua-augeas/"
license="LGPL"
depends=
makedepends="lua-dev pkgconfig augeas-dev"
install=
subpackages=
source="http://git.alpinelinux.org/cgit/lua-augeas/snapshot/lua-augeas-$pkgver.tar.bz2"
_builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$_builddir"
}
build() {
cd "$_builddir"
make CFLAGS="${CFLAGS}" || return 1
}
package() {
cd "$_builddir"
install -D augeas.so "$pkgdir"/usr/lib/lua/5.1/augeas.so
}
md5sums="7b25097b785ee6b2dc09f0bb69a30a6b lua-augeas-0.1.tar.bz2"