[arch-commits] Commit in warsow-data/repos (2 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Jun 10 18:06:21 UTC 2014


    Date: Tuesday, June 10, 2014 @ 20:06:21
  Author: svenstaro
Revision: 112978

archrelease: copy trunk to community-testing-any

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

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: warsow-data/repos/community-testing-any/PKGBUILD (from rev 112977, warsow-data/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2014-06-10 18:06:21 UTC (rev 112978)
@@ -0,0 +1,28 @@
+# $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.51
+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_1.51_unified.tar.gz)
+md5sums=('482e2020b5463d8503f1f9fafe0c433d')
+
+package() {
+    # Create Destination Directories
+    install -d $pkgdir/opt/warsow/
+
+    # Move Data to Destination Directory
+    cp -r $srcdir/warsow_15/basewsw $pkgdir/opt/warsow
+    find $pkgdir/opt/warsow -type d | xargs chmod 755
+    find $pkgdir/opt/warsow -type f | xargs chmod 644
+
+    # 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