summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302015-12-27 16:07:15 +0100
committerM0Rf302015-12-27 16:07:15 +0100
commit13f98248d44e3152f208501cbf5068b6e174087d (patch)
tree071e104a186f9f66e049543b47e43f271bb83303
downloadaur-13f98248d44e3152f208501cbf5068b6e174087d.tar.gz
first commit
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD22
2 files changed, 39 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..f43c3839e979
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,17 @@
+# Generated by mksrcinfo v8
+# Sun Dec 27 15:07:05 UTC 2015
+pkgbase = iortcw-it
+ pkgdesc = Return to Castle Wolfenstein Single Player Italian Language File
+ pkgver = 1.42d
+ pkgrel = 1
+ url = https://github.com/iortcw/iortcw/releases
+ arch = any
+ license = GPL
+ conflicts = iortcw-de
+ conflicts = iortcw-es
+ conflicts = iortcw-fr
+ source = https://github.com/iortcw/iortcw/releases/download/1.42d/patch-data-SP_italiano.zip
+ md5sums = 23d82460f778b1aa47ee26f60b11f404
+
+pkgname = iortcw-it
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..b3e2feb3a1bd
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,22 @@
+# Maintainer: M0Rf30
+
+pkgname=iortcw-it
+pkgver=1.42d
+pkgrel=1
+pkgdesc="Return to Castle Wolfenstein Single Player Italian Language File"
+arch=('any')
+url="https://github.com/iortcw/iortcw/releases"
+license=('GPL')
+conflicts=(iortcw-de iortcw-es iortcw-fr)
+source=("https://github.com/iortcw/iortcw/releases/download/$pkgver/patch-data-SP_italiano.zip")
+
+package() {
+
+ cd $srcdir/main
+
+ # Move Data to Package Directory
+ mkdir -p $pkgdir/opt/iortcw/main
+ cp Language.cfg $pkgdir/opt/iortcw/main/
+}
+
+md5sums=('23d82460f778b1aa47ee26f60b11f404')