summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJaroslav Lichtblau2014-11-28 20:17:14 +0100
committerJaroslav Lichtblau2014-11-28 20:17:14 +0100
commit971c3c05ef6927e53a70000b89b2926b4c3ab56f (patch)
tree6c5e5cf47a6d013f3b31c2f30055109188f0d94d /PKGBUILD
downloadaur-971c3c05ef6927e53a70000b89b2926b4c3ab56f.tar.gz
Initial PKGBUILD status as of 28.11.2014
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD24
1 files changed, 24 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100755
index 000000000000..832e435c54d3
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,24 @@
+# Maintainer: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+
+pkgname=draci-historie-cz
+pkgver=1.0
+pkgrel=2
+pkgdesc="The first Czech CD-ROM-based 2D point-and-click adventure game - czech version"
+arch=('any')
+url="http://www.ucw.cz/draci-historie/index-en.html"
+license=('GPL2')
+depends=('scummvm')
+optdepends=('draci-historie-dubbing-cz: czech dubbing files for the game')
+conflicts=('draci-historie-en' 'draci-historie-pl')
+install=$pkgname.install
+source=(http://www.ucw.cz/draci-historie/binary/dh-cz.zip)
+md5sums=('afe735f1d8683dec6084f2de8f917e13')
+
+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/dh-cz.zip
+}