From dee9f17b595ea903a982d31d1124b302bb17e2ff Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Jul 2013 00:58:52 -0700 Subject: Wed Jul 17 00:58:51 PDT 2013 --- community/luasocket/PKGBUILD | 50 -------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 community/luasocket/PKGBUILD (limited to 'community/luasocket/PKGBUILD') diff --git a/community/luasocket/PKGBUILD b/community/luasocket/PKGBUILD deleted file mode 100644 index d659a6086..000000000 --- a/community/luasocket/PKGBUILD +++ /dev/null @@ -1,50 +0,0 @@ -# $Id: PKGBUILD 81274 2012-12-15 15:00:36Z seblu $ -# Maintainer: Sergej Pupykin -# Contributor: Anders Bergh - -pkgbase=luasocket -pkgname=(lua51-socket) -pkgver=2.0.2 -pkgrel=5 -pkgdesc='Networking support library for the Lua language' -arch=('i686' 'x86_64') -url='http://www.cs.princeton.edu/~diego/professional/luasocket/' -license=('MIT') -replaces=('luasocket') -conflicts=('luasocket') -makedepends=('lua' 'lua51') -source=("http://luaforge.net/frs/download.php/2664/luasocket-$pkgver.tar.gz" - 'luasocket-unixsocket.patch') -md5sums=('41445b138deb7bcfe97bff957503da8e' - '8d116bb70bd7a2fa15cbe949d4cfc35e') - -build() { -# cp -a luasocket-$pkgver luasocket-$pkgver-52 -# msg2 'Building with lua 5.2' -# pushd luasocket-$pkgver-52 -# patch -Np1 -i "$srcdir/luasocket-unixsocket.patch" -# make -# popd - msg2 'Building with lua 5.1' - cd luasocket-$pkgver - patch -Np1 -i "$srcdir/luasocket-unixsocket.patch" - make LUAINC=-I/usr/include/lua5.1 -} - -#package_lua-socket() { -# depends=('lua') -# cd luasocket-$pkgver-52 -# make DESTDIR="$pkgdir/" \ -# INSTALL_TOP_SHARE='$(DESTDIR)/usr/share/lua/5.2' \ -# INSTALL_TOP_LIB='$(DESTDIR)/usr/lib/lua/5.2' install -# install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -#} - -package_lua51-socket() { - depends=('lua51') - cd luasocket-$pkgver - make DESTDIR="$pkgdir/" \ - INSTALL_TOP_SHARE='$(DESTDIR)/usr/share/lua/5.1' \ - INSTALL_TOP_LIB='$(DESTDIR)/usr/lib/lua/5.1' install - install -D -m0644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" -} -- cgit v1.2.3-54-g00ecf