Date: Wednesday, July 2, 2014 @ 14:06:07
Author: svenstaro
Revision: 114638
archrelease: copy trunk to community-any
Added:
ufoai-data/repos/community-any/PKGBUILD
(from rev 114637, ufoai-data/trunk/PKGBUILD)
Deleted:
ufoai-data/repos/community-any/PKGBUILD
----------+
PKGBUILD | 53 ++++++++++++++++++++++++++++++-----------------------
1 file changed, 30 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-02 12:05:54 UTC (rev 114637)
+++ PKGBUILD 2014-07-02 12:06:07 UTC (rev 114638)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <[email protected]>
-# Contributor: Lukas Jirkovsky <[email protected]>
-pkgname=ufoai-data
-pkgver=2.5.0
-pkgrel=1
-pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth (data
files)"
-arch=('any')
-url="http://ufoai.ninex.info/"
-license=('GPL')
-depends=()
-makedepends=('git')
-source=("ufoai-${pkgver}::git://git.code.sf.net/p/ufoai/code#tag=ufoai_${pkgver}")
-md5sums=('SKIP')
-
-package() {
- cd ufoai-${pkgver}
-
- install -d -m755 "$pkgdir"/usr/share/ufoai
- cp -r base "$pkgdir"/usr/share/ufoai
-}
-
-# vim: sw=2:ts=2 et:
Copied: ufoai-data/repos/community-any/PKGBUILD (from rev 114637,
ufoai-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-02 12:06:07 UTC (rev 114638)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <[email protected]>
+# Contributor: Lukas Jirkovsky <[email protected]>
+pkgname=ufoai-data
+pkgver=2.5.0
+pkgrel=2
+pkgdesc="In UFO: Alien Invasion you fight aliens trying to capture Earth (data
files)"
+arch=('any')
+url="http://ufoai.ninex.info/"
+license=('GPL')
+depends=()
+makedepends=('git')
+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}
+
+ install -d -m755 "$pkgdir"/usr/share/ufoai
+ cp -r base "$pkgdir"/usr/share/ufoai
+}
+
+# vim: sw=2:ts=2 et: