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 --- testing/lua-discount/APKBUILD | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 testing/lua-discount/APKBUILD (limited to 'testing') diff --git a/testing/lua-discount/APKBUILD b/testing/lua-discount/APKBUILD deleted file mode 100644 index 9fe7cfd373..0000000000 --- a/testing/lua-discount/APKBUILD +++ /dev/null @@ -1,22 +0,0 @@ -# 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