aboutsummaryrefslogtreecommitdiffstats
path: root/main/lpc/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/lpc/APKBUILD')
-rw-r--r--main/lpc/APKBUILD19
1 files changed, 0 insertions, 19 deletions
diff --git a/main/lpc/APKBUILD b/main/lpc/APKBUILD
deleted file mode 100644
index ad303c0ad7..0000000000
--- a/main/lpc/APKBUILD
+++ /dev/null
@@ -1,19 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=lpc
-pkgver=1.0.0
-pkgrel=1
-pkgdesc="Lua Process Call"
-url="http://lua.net-core.org/sputnik.lua?p=Telesto:About"
-license="MIT/X11"
-makedepends="lua-dev"
-depends="lua"
-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="d1516818de2d94ea0c9d748726cf0d72 lpc-1.0.0.tar.gz"