summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaroslav Lichtblau2014-11-28 20:17:14 +0100
committerJaroslav Lichtblau2014-11-28 20:17:14 +0100
commit7d8a2975f9a3fb7de9345d5a1ed4d82a7310755d (patch)
tree8bbe6b90bf6aea03f3dff90900a8cf3b8f7532cd
downloadaur-7d8a2975f9a3fb7de9345d5a1ed4d82a7310755d.tar.gz
Initial PKGBUILD status as of 28.11.2014
-rw-r--r--.SRCINFO13
-rwxr-xr-xPKGBUILD21
2 files changed, 34 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..ca3e76a61af2
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,13 @@
+pkgbase = draci-historie-dubbing-cz
+ pkgdesc = Czech voices for the first Czech CD-ROM-based 2D point-and-click adventure game
+ pkgver = 1.0
+ pkgrel = 1
+ url = http://www.ucw.cz/draci-historie/index-en.html
+ arch = any
+ license = GPL2
+ depends = scummvm
+ source = http://www.ucw.cz/draci-historie/binary/dubbing.zip
+ md5sums = bb5e16c921ab1dba4a6ac87d28224f47
+
+pkgname = draci-historie-dubbing-cz
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100755
index 000000000000..8624a86af74b
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,21 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+pkgname=draci-historie-dubbing-cz
+pkgver=1.0
+pkgrel=1
+pkgdesc="Czech voices for the first Czech CD-ROM-based 2D point-and-click adventure game"
+arch=('any')
+url="http://www.ucw.cz/draci-historie/index-en.html"
+license=('GPL2')
+depends=('scummvm')
+source=(http://www.ucw.cz/draci-historie/binary/dubbing.zip)
+md5sums=('bb5e16c921ab1dba4a6ac87d28224f47')
+
+package() {
+ cd ${srcdir}
+
+ install -d ${pkgdir}/usr/share/dragon_history
+ install -D -m644 ${srcdir}/* ${pkgdir}/usr/share/dragon_history
+
+ rm ${pkgdir}/usr/share/dragon_history/dubbing.zip
+}