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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Sat May 3 23:51:06 UTC 2014


    Date: Sunday, May 4, 2014 @ 01:51:05
  Author: svenstaro
Revision: 110580

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++-----------------------------------
 1 file changed, 26 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-03 23:50:56 UTC (rev 110579)
+++ PKGBUILD	2014-05-03 23:51:05 UTC (rev 110580)
@@ -1,35 +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.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
-}

Copied: warsow-data/repos/community-any/PKGBUILD (from rev 110579, warsow-data/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-03 23:51:05 UTC (rev 110580)
@@ -0,0 +1,26 @@
+# $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.5
+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.eu/warsow_15_unified.tar.gz)
+md5sums=('05dfc393f33725e8c40e7894fccd59e8')
+
+package() {
+    # Create Destination Directories
+    install -d $pkgdir/opt/warsow/
+
+    # Move Data to Destination Directory
+    cp -r $srcdir/warsow_15/basewsw $pkgdir/opt/warsow
+
+    # Install Custom License: Warsow Content License
+    install -Dm0644 warsow_15/docs/license.txt $pkgdir/usr/share/licenses/${pkgname}/license.txt
+}




More information about the arch-commits mailing list