[arch-commits] Commit in ufoai-data/repos/community-any (PKGBUILD PKGBUILD)
Lukas Jirkovsky
stativ at nymeria.archlinux.org
Sat Jul 5 20:26:18 UTC 2014
Date: Saturday, July 5, 2014 @ 22:26:18
Author: stativ
Revision: 115149
archrelease: copy trunk to community-any
Added:
ufoai-data/repos/community-any/PKGBUILD
(from rev 115148, ufoai-data/trunk/PKGBUILD)
Deleted:
ufoai-data/repos/community-any/PKGBUILD
----------+
PKGBUILD | 61 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 31 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-05 19:03:45 UTC (rev 115148)
+++ PKGBUILD 2014-07-05 20:26:18 UTC (rev 115149)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
-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:
Copied: ufoai-data/repos/community-any/PKGBUILD (from rev 115148, ufoai-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2014-07-05 20:26:18 UTC (rev 115149)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Lukas Jirkovsky <l.jirkovsky at gmail.com>
+pkgname=ufoai-data
+pkgver=2.5.0
+pkgrel=3
+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' 'python2')
+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
+ python2 ./contrib/map-get/update.py
+}
+
+package() {
+ cd ufoai-${pkgver}
+
+ install -d -m755 "$pkgdir"/usr/share/ufoai
+ cp -r base "$pkgdir"/usr/share/ufoai
+}
+
+# vim: sw=2:ts=2 et:
More information about the arch-commits
mailing list