From 06f7d17e81de21a95e35b03453242bc62b05a6aa Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Sat, 13 Mar 2004 05:42:36 +0000 Subject: First pass of .oe cleanups. BKrev: 40529f4crFtRY5_1DubNmWhDeHSmPw --- aliens/aliens_1.0.0.oe | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'aliens/aliens_1.0.0.oe') diff --git a/aliens/aliens_1.0.0.oe b/aliens/aliens_1.0.0.oe index e69de29bb2..446a13bf57 100644 --- a/aliens/aliens_1.0.0.oe +++ b/aliens/aliens_1.0.0.oe @@ -0,0 +1,25 @@ +DESCRIPTION = "Classic Arcaede Shooter for Qtopia/Opie - based on SDL" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Michael Lauer " +LICENSE = "GPL" +RDEPENDS = "libqpe1 libsdl" +DEPENDS = "virtual/libc virtual/libqpe virtual/libsdl" + +SRC_URI = "ftp://ftp.sonic.net/pub/users/nbs/unix/agenda/aliens/src/aliens_V1.0.0.tar.gz" +S = "${WORKDIR}/aliens_V1.0.0" + +inherit palmtop + +EXTRA_QMAKEVARS_POST="INCLUDEPATH+=${STAGING_INCDIR}/SDL LIBS+=-lSDL LIBS+=-lSDL_mixer LIBS+=-lSDL_image LIBS+=-lpthread CONFIG+=qte" + +do_compile_prepend() { + cd images && make && cd .. +} + +do_install() { + install -d ${D}/opt/QtPalmtop/{bin,apps/Games,pics,share/aliens} + install -D -m 0755 aliens ${D}/opt/QtPalmtop/bin/aliens + install -D -m 0644 aliens.png ${D}/opt/QtPalmtop/pics/aliens.png + install -D -m 0644 aliens.desktop ${D}/opt/QtPalmtop/apps/Games/aliens.desktop +} -- cgit v1.2.3