[arch-commits] Commit in warsow-data/repos/community-any (PKGBUILD PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Tue Feb 25 14:44:35 UTC 2014


    Date: Tuesday, February 25, 2014 @ 15:44:35
  Author: bpiotrowski
Revision: 106207

archrelease: copy trunk to community-any

Added:
  warsow-data/repos/community-any/PKGBUILD
    (from rev 106206, warsow-data/trunk/PKGBUILD)
Deleted:
  warsow-data/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   69 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-25 14:44:23 UTC (rev 106206)
+++ PKGBUILD	2014-02-25 14:44:35 UTC (rev 106207)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Slash <demodevil5[at]yahoo[dot]com>
-# Contributor: Babets
-# Contributor: Vain
-
-pkgname=warsow-data
-pkgver=1.02
-pkgrel=1
-pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine (data files)"
-url="http://www.warsow.net/"
-license=('custom:Warsow Content License')
-arch=('any') 
-depends=()
-makedepends=('unzip')
-source=("http://www.warsow.net:1337/~warsow/${pkgver}/warsow_${pkgver}.tar.gz")
-md5sums=('1f0aa20bb441d6734de2f6ff19b8cb2b')
-
-build() {
-    cd $srcdir/
-}
-
-package() {
-    # Create Destination Directories
-    install -d $pkgdir/opt/warsow/
-
-    # Move Data to Destination Directory
-    cp -r $srcdir/warsow_${pkgver}/basewsw $pkgdir/opt/warsow
-
-    # Install Custom License: Warsow Content License
-    install -D -m 0644 $srcdir/warsow_${pkgver}/docs/license.txt $pkgdir/usr/share/licenses/${pkgname}/license.txt
-}
-
-# vim: ts=2:sw=2

Copied: warsow-data/repos/community-any/PKGBUILD (from rev 106206, warsow-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-02-25 14:44:35 UTC (rev 106207)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Slash <demodevil5[at]yahoo[dot]com>
+# Contributor: Babets
+# Contributor: Vain
+
+pkgname=warsow-data
+pkgver=1.03
+pkgrel=1
+pkgdesc="a free online multiplayer competitive FPS based on the Qfusion engine (data files)"
+url="http://www.warsow.net/"
+license=('custom:Warsow Content License')
+arch=('any')
+source=(http://www.warsow.net:1337/~warsow/1.02/warsow_1.02.tar.gz
+        ftp://ftp.archlinux.org/other/community/$pkgname/warsow-basewsw-$pkgver.tar.xz{,.sig})
+md5sums=('1f0aa20bb441d6734de2f6ff19b8cb2b'
+         'a613495d9ee822cce9e385f5dd7fb332'
+         'SKIP')
+
+package() {
+    # Create Destination Directories
+    install -d $pkgdir/opt/warsow/
+
+    # Move Data to Destination Directory
+    cp -r $srcdir/warsow_1.02/basewsw $pkgdir/opt/warsow
+
+    # Install Custom License: Warsow Content License
+    install -Dm0644 warsow_1.02/docs/license.txt \
+        $pkgdir/usr/share/licenses/${pkgname}/license.txt
+
+    # Update to 1.03
+    for file in warsow-basewsw-$pkgver/*; do
+        install -m0644 $file "$pkgdir"/opt/warsow/basewsw/
+    done
+}




More information about the arch-commits mailing list