From 00bdd55c279eb31d07b218a721695a0966b0ba4a Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 6 Jan 2010 09:13:53 +0000 Subject: main/luasocket: moved from testing --- testing/luasocket/APKBUILD | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 testing/luasocket/APKBUILD (limited to 'testing') diff --git a/testing/luasocket/APKBUILD b/testing/luasocket/APKBUILD deleted file mode 100644 index b5edf459..00000000 --- a/testing/luasocket/APKBUILD +++ /dev/null @@ -1,25 +0,0 @@ -# Contributor: Mika Havela -# Maintainer: Mika Havela -pkgname=luasocket -pkgver=2.0.2 -pkgrel=0 -pkgdesc="Luasocket is the most comprehensive networking support library for the Lua language." -url="http://luaforge.net/projects/luasocket/" -license="MIT" -depends="lua" -makedepends="lua-dev" -install= -source="http://luaforge.net/frs/download.php/2664/$pkgname-$pkgver.tar.gz" - -build() { - cd "$srcdir/$pkgname-$pkgver" - make || return 1 -} - -package() { - cd "$srcdir/$pkgname-$pkgver" - make INSTALL_TOP_SHARE="$pkgdir/usr/share/lua/5.1" INSTALL_TOP_LIB="$pkgdir/usr/lib/lua/5.1" install - -} - -md5sums="41445b138deb7bcfe97bff957503da8e luasocket-2.0.2.tar.gz" -- cgit v1.2.3