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

extra/lpc: new aport

parent b38d31d5
No related branches found
No related tags found
No related merge requests found
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=lpc
pkgver=1.0.0
pkgrel=0
pkgdesc="Lua Process Call"
url="http://lua.net-core.org/sputnik.lua?p=Telesto:About"
license="MIT/X11"
depends="uclibc lua-dev"
source="http://lua.net-core.org/dl/telesto/lpc-$pkgver.tar.gz"
build() {
cd "$srcdir/$pkgname-$pkgver"
make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS -shared"
# does not respect DESTDIR
make install PREFIX="$pkgdir"/usr
}
md5sums="fce047808fbdfe3f9439557c7afae871 lpc-1.0.0.tar.gz"
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