diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/luajit | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/luajit')
-rw-r--r-- | community/luajit/PKGBUILD | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/community/luajit/PKGBUILD b/community/luajit/PKGBUILD deleted file mode 100644 index 497e28d5a..000000000 --- a/community/luajit/PKGBUILD +++ /dev/null @@ -1,29 +0,0 @@ -# $Id: PKGBUILD 92307 2013-06-03 20:18:47Z bpiotrowski $ -# Maintainer: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> -# Contributor: Chris Brannon <chris@the-brannons.com> -# Contributor: Paulo Matias <matiasΘarchlinux-br·org> -# Contributor: Anders Bergh <anders1@gmail.com> - -pkgname=luajit -pkgver=2.0.2 -pkgrel=1 -pkgdesc='Just-in-time compiler and drop-in replacement for Lua 5.1' -arch=('i686' 'x86_64') -url='http://luajit.org/' -license=('MIT') -depends=('gcc-libs') -source=(http://luajit.org/download/LuaJIT-${pkgver/rc/-rc}.tar.gz) -sha256sums=('c05202974a5890e777b181908ac237625b499aece026654d7cc33607e3f46c38') - -build() { - cd $srcdir/LuaJIT-$pkgver - make amalg PREFIX=/usr -} - -package() { - cd $srcdir/LuaJIT-$pkgver - make install DESTDIR=$pkgdir PREFIX=/usr - - install -Dm644 $srcdir/LuaJIT-$pkgver/COPYRIGHT \ - $pkgdir/usr/share/licenses/$pkgname/COPYRIGHT -} |