summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD18
-rw-r--r--chroma-extras.install4
3 files changed, 36 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..219e003282ba
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,14 @@
+pkgbase = chroma-extras
+ pkgdesc = Additional levels for chroma (XOR and enigma sets)
+ pkgver = 1.13
+ pkgrel = 1
+ url = http://www.level7.org.uk/chroma/
+ install = chroma-extras.install
+ arch = any
+ license = unknown
+ depends = chroma
+ source = http://www.level7.org.uk/chroma/download/chroma-extras.tar.bz2
+ md5sums = e17d71f1fc4b9873b4152d7f3c42a504
+
+pkgname = chroma-extras
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..900965049f71
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,18 @@
+# Maintainer: schuay <jakob.gruber@gmail.com>
+
+pkgname=chroma-extras
+pkgver=1.13
+pkgrel=1
+pkgdesc="Additional levels for chroma (XOR and enigma sets)"
+arch=('any')
+url="http://www.level7.org.uk/chroma/"
+license=('unknown')
+depends=('chroma')
+install=chroma-extras.install
+source=("http://www.level7.org.uk/chroma/download/${pkgname}.tar.bz2")
+md5sums=('e17d71f1fc4b9873b4152d7f3c42a504')
+
+build() {
+ install -d ${pkgdir}/usr/share/chroma/
+ mv ${srcdir}/{levels,graphics} ${pkgdir}/usr/share/chroma
+}
diff --git a/chroma-extras.install b/chroma-extras.install
new file mode 100644
index 000000000000..ca8096cfada9
--- /dev/null
+++ b/chroma-extras.install
@@ -0,0 +1,4 @@
+post_install() {
+ echo 'Please note that, unlike Chroma, the XOR levels are not free or open source software - copyright is retained by the original authors. They are being made available here only in the absence of any complaints from said authors regarding their presence, nor that of the various other copies and conversions of XOR that exist elsewhere on the Internet. Copyright has been waived on the Enigma levels, which have been granted to the public domain.'
+}
+# vim:set ts=2 sw=2 et: