mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 12:26:52 +02:00
testing/lua-augeas: new aport
Lua bindings for Augeas http://git.alpinelinux.org/cgit/lua-augeas/
This commit is contained in:
parent
eac6a61c2d
commit
3c793511dc
29
testing/lua-augeas/APKBUILD
Normal file
29
testing/lua-augeas/APKBUILD
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user