summaryrefslogtreecommitdiff
path: root/community/luaexpat/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
committerroot <root@rshg054.dnsready.net>2012-02-23 23:15:11 +0000
commitd466ef49f224a9347fe0375eac8126725e10a0a4 (patch)
treec08a9d7437c4d6de169858ac98fb340fd90202c2 /community/luaexpat/PKGBUILD
parent1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff)
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'community/luaexpat/PKGBUILD')
-rw-r--r--community/luaexpat/PKGBUILD14
1 files changed, 8 insertions, 6 deletions
diff --git a/community/luaexpat/PKGBUILD b/community/luaexpat/PKGBUILD
index a69a617b8..4b5663271 100644
--- a/community/luaexpat/PKGBUILD
+++ b/community/luaexpat/PKGBUILD
@@ -1,8 +1,10 @@
+# $Id: PKGBUILD 66195 2012-02-23 03:06:28Z spupykin $
+# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Lucas Hermann Negri <kkndrox@gmail.com>
pkgname=luaexpat
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc='LuaExpat is a SAX XML parser based on the Expat library. LuaExpat is free software and uses the same license as Lua 5.0.'
arch=('i686' 'x86_64')
url='http://code.matthewwild.co.uk/lua-expat'
@@ -14,15 +16,15 @@ source=("http://matthewwild.co.uk/projects/luaexpat/luaexpat-$pkgver.tar.gz"
md5sums=('03efe50c7f30a34580701e6527d7bfee'
'b89a09379d3e46e6496255e44cecc316')
-build() {
- cd $startdir/src/
+build() {
+ cd $srcdir/
mv newconfig $pkgname-$pkgver/config
cd $pkgname-$pkgver
make
}
package() {
- cd $startdir/src/$pkgname-$pkgver
- make DESTDIR=$startdir/pkg install
- mv usr $startdir/pkg
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir install
+ mv usr $pkgdir
}