blob: fc3fb6b3c9c00ffc8d982aa232e83b2c06f1b3ed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Maintainer: Ted Trask <ttrask01@yahoo.com>
# Developer: Ted Trask <ttrask01@yahoo.com>
pkgname=acf-lib
pkgver=0.1.3
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="9fa58accc203f48ad4b68a9b0fcbe559 acf-lib-0.1.3.tar.bz2"
|