summaryrefslogtreecommitdiff
path: root/prboom
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /prboom
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'prboom')
-rw-r--r--prboom/prboom_2.3.0.oe10
1 files changed, 4 insertions, 6 deletions
diff --git a/prboom/prboom_2.3.0.oe b/prboom/prboom_2.3.0.oe
index 491b4e9110..831bdba7be 100644
--- a/prboom/prboom_2.3.0.oe
+++ b/prboom/prboom_2.3.0.oe
@@ -4,12 +4,12 @@ PRIORITY = "optional"
RDEPENDS = "libc6 libsdl-qpe libsdl-mixer libsdl-net"
DEPENDS = "virtual/libc libsdl-qpe libsdl-mixer libsdl-net"
-SRC_URI = ${SOURCEFORGE_MIRROR}/${PN}/${P}.tar.gz \
- file://${FILESDIR}/m4.patch;patch=1
+SRC_URI = "${SOURCEFORGE_MIRROR}/prboom/prboom-${PV}.tar.gz \
+ file://${FILESDIR}/m4.patch;patch=1"
inherit autotools libtool
-EXTRA_OECONF = --without-x --disable-sdltest
+EXTRA_OECONF = "--without-x --disable-sdltest"
do_configure() {
oe_runconf
@@ -22,6 +22,4 @@ do_install() {
install -m 0644 ${FILESDIR}/prboom.desktop ${D}/opt/QtPalmtop/apps/Games/prboom.desktop
}
-FILES_${PN}=
-FILES_${PN}=/opt/QtPalmtop
-
+FILES_${PN} = "/opt/QtPalmtop"