diff options
Diffstat (limited to 'tximage/tximage_0.2.oe')
-rw-r--r-- | tximage/tximage_0.2.oe | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tximage/tximage_0.2.oe b/tximage/tximage_0.2.oe index 19cfe9a4c7..42b2101ebc 100644 --- a/tximage/tximage_0.2.oe +++ b/tximage/tximage_0.2.oe @@ -1,10 +1,10 @@ -DESCRIPTION=Tx Image Viewer -SECTION="base" -PRIORITY="optional" -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -LICENSE="GPL" -RDEPENDS=libqpe -DEPENDS=virtual/libc virtual/libqpe +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://downloads.zaurususergroup.com/community/66.180.235.230/download.php/253/${P}.tar.gz \ file://${FILESDIR}/gcc3.patch;patch=1 |