summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO19
-rw-r--r--LICENSE97
-rw-r--r--PKGBUILD47
3 files changed, 163 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..3ccc84c25d55
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,19 @@
+pkgbase = adom-restricted
+ pkgdesc = A roguelike game with a quest-centric, plot driven structure
+ pkgver = 57
+ pkgrel = 2
+ url = http://www.adom.de/
+ arch = i686
+ arch = x86_64
+ arch = armv6h
+ license = custom: "adom"
+ depends = ncurses
+ provides = adom
+ conflicts = adom
+ source = http://www.ancardia.com/secure/download/current/adom_linux_debian_32_r57.tar.gz
+ source = LICENSE
+ sha1sums = d4bcb519ff13c304d0f0a3c46c11258f4dff9ff2
+ sha1sums = 51d28fe3f0420cd354113fd7ceb2a1a7abf1b069
+
+pkgname = adom-restricted
+
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 000000000000..192c6826abbf
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,97 @@
+I.A. Terms of use
+=================
+
+ You may use ADOM freely provided you acknowledge the following terms
+ and abide by them:
+
+ 1. ADOM must only be distributed in the packages created by
+ Thomas Biskup, the maintainer of the game. The packages
+ must remain complete and all components must not be altered
+ in any way.
+
+ 2. You may not charge more than $3 for the distribution of
+ ADOM (values as of November, 2001).
+
+ 3. You do not challenge ADOM's copyright in any way.
+
+ 4. If you distribute ADOM with a magazine, a CD-ROM distribution
+ or a similar medium, you abide by the terms defined in section
+ I.B.
+
+ 5. You follow all other licensing terms (as given by entering
+ 'adom -b' and 'adom -g').
+
+ 6. You acknowledge that the author of ADOM is in no way
+ responsible for damage done to your system due to ADOM usage.
+
+ 7. If you play ADOM for a prolonged amount of time and enjoy
+ it, you agree to abide by the terms of section I.C.
+
+
+ Failure to honor these terms will be a severe violation of the license
+ and could result in legal measures being taken if you are deemed
+ important enough to deserve it.
+
+
+I.B. Distributing ADOM in magazines, on disks, etc.
+===================================================
+
+ You can freely distribute ADOM with magazines, in game compilations,
+ etc. provided you abide by the following terms:
+
+ 1. You honor all terms listed in section I.A.
+
+ 2. You agree to notify the author of ADOM, Thomas Biskup, either
+ by email at creator@ancientdomainsofmystery.com or by sending
+ a written letter to the following address:
+
+ Thomas Biskup
+ Zu den Tannen 5
+ 58456 Witten
+ Germany
+
+ 3. You send two complimentary copies of your product (one for
+ actual examination and one for being stored in my safe) to the
+ address given under #2 (or, if it is an electronic publication,
+ to the email address given above).
+
+ Failure to do so will be a severe violation of this licensing agreement
+ and will incur legal measures.
+
+
+I.C. The Postcard Quest.
+========================
+
+ If you want to thank me (Thomas Biskup) for creating ADOM, maintaining it,
+ fixing all discovered bugs, providing support and generally spending a lot
+ of time on the game and if you are having fun with the game, please
+ consider rewarding my efforts by sending a postcard to the following
+ address from wherever you live:
+
+ Thomas Biskup
+ Zu den Tannen 5
+ 58456 Witten
+ Germany
+
+ I *love* receiving postcards from all over the world. Weigh the fun
+ ADOM gave you against the ten minutes you probably need to
+ write and send such a postcard -- and if you find that you like and
+ enjoy the game -- please do it. I'm really not asking much... am I?
+
+
+I.D. Licensing ADOM and other commercial ventures.
+==================================================
+
+ ADOM is an immensely successful game and I'm proud of that. Still, there
+ are things that still could be done. If you are member of a game
+ company and would like to publish a game that could easily be able to
+ rival the success of Diablo by Blizzard software, two things are
+ necessary:
+
+ 1. You need a competent team of programmers and artists.
+
+ 2. You need to be willing to license ADOM from me. If you are
+ interested in such a commercial venture email me at
+ creator@ancientdomainsofmystery.com.
+
+ Consider it if you work for a game company.
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..ef48c94f4e6a
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,47 @@
+# Maintainer: Perttu Luukko <"perttu.luukko" followed by "@iki.fi">
+# Contributor: Jaroslav Lichtblau <dragonlord@aur.archlinux.org>
+# Contributor: Sergey Mamonov <mrqwer88 (at) gmail (dot) com>
+# Contributor: Feirlane
+
+# This is a PKGBUILD for ADOM prereleases restricted only to Indiegogo campaign donors.
+# Please fill in the username and password you received by email for the download link to work.
+
+_username=
+_password=
+
+DLAGENTS=("http::/usr/bin/wget --user ${_username} --password ${_password} %u")
+
+pkgname=adom-restricted
+pkgver=57
+pkgrel=2
+pkgdesc="A roguelike game with a quest-centric, plot driven structure"
+arch=('i686' 'x86_64' 'armv6h')
+conflicts=('adom')
+provides=('adom')
+depends=('ncurses')
+url="http://www.adom.de/"
+license=('custom: "adom"')
+sha1sums=('' '51d28fe3f0420cd354113fd7ceb2a1a7abf1b069')
+if [ "$CARCH" = x86_64 ]
+ then
+ _arch_link='ubuntu_64'
+ sha1sums[0]='47bf8c7790c0e7b63a8a04c6c37e2b0df0ba052b'
+ depends+=('libtinfo')
+ elif [ "$CARCH" = 'armv6h' ]
+ then
+ _arch_link='arm'
+ sha1sums[0]='343ee4b8617603c8b065e19ddf01099030b8b03c'
+ else
+ _arch_link='debian_32'
+ sha1sums[0]='d4bcb519ff13c304d0f0a3c46c11258f4dff9ff2'
+fi
+
+
+source=(http://www.ancardia.com/secure/download/current/adom_linux_${_arch_link}_r${pkgver}.tar.gz LICENSE)
+
+package() {
+ cd ${srcdir}/adom
+
+ install -m755 -D adom ${pkgdir}/usr/bin/adom
+ install -m644 -D ${srcdir}/LICENSE ${pkgdir}/usr/share/licenses/adom-restricted/LICENSE
+}