summaryrefslogtreecommitdiff
path: root/packages/freedoom
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2008-08-14 23:48:23 +0000
committerFlorian Boor <florian.boor@kernelconcepts.de>2008-08-14 23:48:23 +0000
commite9570b88fa18c49a68b5f44bffd7e2abb101f499 (patch)
tree083d8795a6ff13b6950f8da4ba4c507791b39fa2 /packages/freedoom
parent8e9a327b9c3924807b7c2093d6cc910213720440 (diff)
parent2792ce30ea1b3eb6a32bad578a956557e3040e89 (diff)
merge of '77de2c054faaf8169bea5553ae2311a39a581403'
and 'fd59ca4a2d1cdb56a15d6a3323721ce78836fe52'
Diffstat (limited to 'packages/freedoom')
-rw-r--r--packages/freedoom/freedoom_0.6.2.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/packages/freedoom/freedoom_0.6.2.bb b/packages/freedoom/freedoom_0.6.2.bb
new file mode 100644
index 0000000000..0a3be04410
--- /dev/null
+++ b/packages/freedoom/freedoom_0.6.2.bb
@@ -0,0 +1,27 @@
+SECTION = "games"
+DESCRIPTION = "The Freedoom project aims at collaboratively creating a Free IWAD file.\
+ Combined with the Free source code, this results in a complete game \
+ based on the Doom engine which is Free Software."
+HOMEPAGE = "http://freedoom.sourceforge.net/"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/freedoom/freedoom-iwad-${PV}.zip"
+
+PACKAGE_ARCH = "all"
+FILES_${PN} = "${datadir}/games/doom/*"
+FILES_${PN}-doc = "${datadir}/doc/freedoom/*"
+
+do_install() {
+ install -d ${D}/${datadir}/games/doom
+ install -d ${D}/${datadir}/doc/freedoom
+
+ install -m 0644 ${WORKDIR}/freedoom-iwad-${PV}/doom2.wad ${D}/${datadir}/games/doom/
+ install -m 0644 ${WORKDIR}/freedoom-iwad-${PV}/* ${D}/${datadir}/doc/freedoom
+ rm ${D}/${datadir}/doc/freedoom/*.wad
+
+
+
+
+}
+