aboutsummaryrefslogtreecommitdiffstats
path: root/main/acf-lib
diff options
context:
space:
mode:
authorTed Trask <ttrask01@yahoo.com>2010-01-01 18:13:58 +0000
committerTed Trask <ttrask01@yahoo.com>2010-01-01 18:13:58 +0000
commit507e4211f58e69be6c85bd800b77ae9608e5742f (patch)
tree0372ea1f6430e8d579d5d6a2f9691a2089d096dd /main/acf-lib
parent54f52ab3618451b0e07732047b7dc4103d879af6 (diff)
downloadaports-507e4211f58e69be6c85bd800b77ae9608e5742f.tar.bz2
aports-507e4211f58e69be6c85bd800b77ae9608e5742f.tar.xz
main/acf-lib: new aport
Diffstat (limited to 'main/acf-lib')
-rw-r--r--main/acf-lib/APKBUILD16
1 files changed, 16 insertions, 0 deletions
diff --git a/main/acf-lib/APKBUILD b/main/acf-lib/APKBUILD
new file mode 100644
index 0000000000..1c4853b930
--- /dev/null
+++ b/main/acf-lib/APKBUILD
@@ -0,0 +1,16 @@
+# Maintainer: Ted Trask <ttrask01@yahoo.com>
+# Developer: Ted Trask <ttrask01@yahoo.com>
+pkgname=acf-lib
+pkgver=0.1.2
+pkgrel=0
+pkgdesc="Lua libraries for ACF"
+url="http://git.alpinelinux.org/cgit/acf-lib"
+license="GPL-2"
+depends=""
+source="http://git.alpinelinux.org/cgit/$pkgname/snapshot/$pkgname-$pkgver.tar.bz2"
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
+}
+md5sums="00b469eb5e44ccfbccb4fc34d7be942f acf-lib-0.1.2.tar.bz2"