[arch-commits] Commit in cegui/trunk (PKGBUILD)
Douglas Soares de Andrade
douglas at archlinux.org
Thu Jan 1 19:36:23 UTC 2009
Date: Thursday, January 1, 2009 @ 14:36:23
Author: douglas
Revision: 23049
upgpkg: cegui 0.6.2b-2
Modified:
cegui/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-01-01 19:35:01 UTC (rev 23048)
+++ PKGBUILD 2009-01-01 19:36:23 UTC (rev 23049)
@@ -5,13 +5,13 @@
pkgname=cegui
pkgver=0.6.2b
-pkgrel=1
+pkgrel=2
pkgdesc="A free library providing windowing and widgets for graphics APIs/engines"
arch=(i686 x86_64)
url="http://crayzedsgui.sourceforge.net"
options=('!libtool')
license=("MIT")
-depends=('pcre' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut')
+depends=('pcre' 'expat' 'freetype2' 'libxml2' 'devil' 'freeglut' 'lua')
[ "$CARCH" = "x86_64" ] && depends=(${depends[@]} 'silly')
source=(http://downloads.sourceforge.net/crayzedsgui/CEGUI-$pkgver.tar.gz)
@@ -19,10 +19,11 @@
cd $startdir/src/CEGUI-0.6.2
if [ "$CARCH" = "x86_64" ]; then
./configure --prefix=/usr --sysconfdir=/etc --enable-devil --enable-silly \
- --disable-xerces-c --with-default-image-codec=SILLYImageCodec
+ --disable-xerces-c --with-default-image-codec=SILLYImageCodec \
+ --enable-lua
else
./configure --prefix=/usr --sysconfdir=/etc --enable-devil --disable-silly \
- --disable-xerces-c
+ --disable-xerces-c --enable-lua
fi
make || return 1
make DESTDIR=$startdir/pkg install
@@ -30,4 +31,5 @@
install -D -m644 COPYING $startdir/pkg/usr/share/licenses/$pkgname/COPYING
}
+
md5sums=('4fbd95e5a2ac1c7acf2a8f5df3ac6b93')
More information about the arch-commits
mailing list