Date: Wednesday, July 2, 2014 @ 14:05:54 Author: svenstaro Revision: 114637
upgpkg: ufoai-data 2.5.0-2 fix data files conflicting Modified: ufoai-data/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-07-02 11:54:42 UTC (rev 114636) +++ PKGBUILD 2014-07-02 12:05:54 UTC (rev 114637) @@ -3,7 +3,7 @@ # Contributor: Lukas Jirkovsky <[email protected]> pkgname=ufoai-data pkgver=2.5.0 -pkgrel=1 +pkgrel=2 pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth (data files)" arch=('any') url="http://ufoai.ninex.info/" @@ -13,6 +13,13 @@ source=("ufoai-${pkgver}::git://git.code.sf.net/p/ufoai/code#tag=ufoai_${pkgver}") md5sums=('SKIP') +build() { + cd ufoai-${pkgver} + + #./configure --prefix=/usr --datadir=/usr/share/ufoai --enable release + make lang +} + package() { cd ufoai-${pkgver}
