From 7ce6b74947517cc097bfb427bef26e54f8da4149 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 30 Sep 2009 06:16:13 +0000 Subject: main/lua-discount: moved from testing --- main/lua-discount/APKBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 main/lua-discount/APKBUILD (limited to 'main/lua-discount/APKBUILD') diff --git a/main/lua-discount/APKBUILD b/main/lua-discount/APKBUILD new file mode 100644 index 00000000..9fe7cfd3 --- /dev/null +++ b/main/lua-discount/APKBUILD @@ -0,0 +1,22 @@ +# Contributor: Natanael Copa +# Maintainer: Natanael Copa +pkgname=lua-discount +pkgver=1.2.10.1 +pkgrel=0 +pkgdesc="Lua binding to discount, a Markdown implementation in C" +url="http://asbradbury.org/projects/lua-discount" +license="BSD" +depends="lua" +makedepends="lua-dev" +install= +subpackages= +source="http://luaforge.net/frs/download.php/3758/lua-discount-1.2.10.1.tar.gz" + +build() { + cd "$srcdir"/$pkgname-$pkgver + + make || return 1 + install -D -m644 discount.so "$pkgdir"/usr/lib/lua/5.1/discount.so +} + +md5sums="7dc7055816dc755aacb48bfd5eb2eb5b lua-discount-1.2.10.1.tar.gz" -- cgit v1.2.3