Correct SRC_URI for tximage and fbgetty.. note.. tximage upstream source is MIA.
authorChris Larson <clarson@kergoth.com>
Fri, 5 Mar 2004 15:56:17 +0000 (15:56 +0000)
committerChris Larson <clarson@kergoth.com>
Fri, 5 Mar 2004 15:56:17 +0000 (15:56 +0000)
BKrev: 4048a3215ioeX3M_aYfp9Hb6MryBLw

fbgetty/fbgetty_0.1.698.oe
tximage/tximage_0.2.oe

index a7de4a5..b401172 100644 (file)
@@ -1,4 +1,7 @@
-SRC_URI := http://fbgetty.meuh.eu.org/downloads/${P}.tar.gz \
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+
+SRC_URI = http://ftp3.ie.freebsd.org/pub/gentoo/distfiles/fbgetty-${PV}.tar.gz \
           file://${FILESDIR}/compile.patch;patch=1
 B := ${WORKDIR}/build.${HOST_SYS}.${TARGET_SYS}
 
index e69de29..85de7af 100644 (file)
@@ -0,0 +1,19 @@
+DESCRIPTION=Tx Image Viewer
+SECTION="base"
+PRIORITY="optional"
+MAINTAINER="Michael Lauer <mickey@Vanille.de>"
+LICENSE="GPL"
+RDEPENDS=libqpe
+DEPENDS=virtual/libc virtual/libqpe
+
+SRC_URI = http://community.zaurus.com/download.php/253/tximage-${PV}.tar.gz \
+          file://${FILESDIR}/gcc3.patch;patch=1
+
+inherit palmtop
+
+do_install() {
+        install -d ${D}/opt/QtPalmtop/{bin,apps/Applications,pics}
+        install -D -m 755 tximage ${D}/opt/QtPalmtop/bin/tximage
+        install -D -m 644 imageviewer.desktop ${D}/opt/QtPalmtop/apps/Applications/tximage.desktop
+        cp -a tximage.png ${D}/opt/QtPalmtop/pics/
+}