aboutsummaryrefslogtreecommitdiffstats
path: root/extra/json4lua
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-07-24 08:01:31 +0000
commitb70981b68efcce5256eb11c6cd26ae123b10b6ea (patch)
treea38be6efae5e2ba15c2e839504632f9b7bfd5f91 /extra/json4lua
parent2b4df81538b8398442d5296650905c70341dd8d3 (diff)
downloadaports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.bz2
aports-b70981b68efcce5256eb11c6cd26ae123b10b6ea.tar.xz
moved extra/* to main/
and fixed misc build issues
Diffstat (limited to 'extra/json4lua')
-rw-r--r--extra/json4lua/APKBUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/extra/json4lua/APKBUILD b/extra/json4lua/APKBUILD
deleted file mode 100644
index bceb0ca836..0000000000
--- a/extra/json4lua/APKBUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
-pkgname=json4lua
-pkgver=0.9.20
-pkgrel=0
-pkgdesc="JSON encoding / decoding module for Lua"
-url="http://json.luaforge.net/"
-license="GPL-2"
-depends="lua"
-source="http://luaforge.net/frs/download.php/1375/JSON4Lua-$pkgver.zip"
-
-build() {
- install -D "$srcdir"/json/json.lua "$pkgdir"/usr/share/lua/5.1/json.lua
-}
-
-md5sums="0a2071a24d7752f52d5cc9cac8800743 JSON4Lua-0.9.20.zip"