Skip to content
Snippets Groups Projects
Commit fb325c5c authored by Natanael Copa's avatar Natanael Copa
Browse files

main/lua-pc: renamed from lpc

parent 86755663
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lpc
pkgname=lua-pc
_name=lpc
pkgver=1.0.0
pkgrel=1
pkgdesc="Lua Process Call"
......@@ -10,8 +11,12 @@ depends="lua"
source="http://lua.net-core.org/dl/telesto/lpc-$pkgver.tar.gz"
build() {
cd "$srcdir/$pkgname-$pkgver"
cd "$srcdir/$_name-$pkgver"
make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -shared"
}
package() {
cd "$srcdir/$_name-$pkgver"
# does not respect DESTDIR
make install PREFIX="$pkgdir"/usr
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment