diff options
Diffstat (limited to 'packages/abuse')
| -rw-r--r-- | packages/abuse/.mtn2git_empty | 0 | ||||
| -rw-r--r-- | packages/abuse/abuse-qpe_0.7.0.bb | 19 | ||||
| -rw-r--r-- | packages/abuse/abuse_0.7.0.bb | 13 |
3 files changed, 0 insertions, 32 deletions
diff --git a/packages/abuse/.mtn2git_empty b/packages/abuse/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 --- a/packages/abuse/.mtn2git_empty +++ /dev/null diff --git a/packages/abuse/abuse-qpe_0.7.0.bb b/packages/abuse/abuse-qpe_0.7.0.bb deleted file mode 100644 index 0b588b3c07..0000000000 --- a/packages/abuse/abuse-qpe_0.7.0.bb +++ /dev/null @@ -1,19 +0,0 @@ -SECTION = "opie/games" - -include abuse_${PV}.bb - -DEPENDS += "virtual/libqpe" - -EXTRA_CXXFLAGS_append = " -Dmain=SDL_main" -EXTRA_CFLAGS_append = " -Dmain=SDL_main" -EXTRA_LFLAGS_append = "-lqpe" - -do_install() { - install -d ${D}${palmtopdir}/bin \ - ${D}${palmtopdir}/pics \ - ${D}${palmtopdir}/apps/Games \ - ${D}${palmtopdir}/share/aliens - install -D -m 0755 aliens ${D}${palmtopdir}/bin/aliens - install -D -m 0644 aliens.png ${D}${palmtopdir}/pics/aliens.png - install -D -m 0644 aliens.desktop ${D}${palmtopdir}/Games/aliens.desktop -} diff --git a/packages/abuse/abuse_0.7.0.bb b/packages/abuse/abuse_0.7.0.bb deleted file mode 100644 index 38124296fa..0000000000 --- a/packages/abuse/abuse_0.7.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "Abuse-SDL is a port of Abuse by Crack Dot Com to Linux using the Simple DirectMedia Layer library." -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -SECTION = "games" -LICENSE = "GPL" -DEPENDS = "virtual/libsdl libsdl-mixer libsdl-image" - -FILES_${PN} += "${datadir}/games" - -SRC_URI = "http://www.labyrinth.net.au/~trandor/abuse/files/abuse_sdl-${PV}.tar.bz2" -S = "${WORKDIR}/abuse_sdl-${PV}" - -inherit autotools |
