diff options
author | Koen Kooi <koen@openembedded.org> | 2005-06-30 08:19:37 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-06-30 08:19:37 +0000 |
commit | c8e5702127e507e82e6f68a4b8c546803accea9d (patch) | |
tree | 00583491f40ecc640f2b28452af995e3a63a09d7 /packages/nonworking/zaurss | |
parent | 87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff) |
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/nonworking/zaurss')
-rw-r--r-- | packages/nonworking/zaurss/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/nonworking/zaurss/zaurss_0.4.2.bb | 31 |
2 files changed, 31 insertions, 0 deletions
diff --git a/packages/nonworking/zaurss/.mtn2git_empty b/packages/nonworking/zaurss/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/nonworking/zaurss/.mtn2git_empty diff --git a/packages/nonworking/zaurss/zaurss_0.4.2.bb b/packages/nonworking/zaurss/zaurss_0.4.2.bb index e69de29bb2..1a1da80d24 100644 --- a/packages/nonworking/zaurss/zaurss_0.4.2.bb +++ b/packages/nonworking/zaurss/zaurss_0.4.2.bb @@ -0,0 +1,31 @@ +DESCRIPTION = "ZauRSS is an RSS aggregator for Qtopia. It can manage multiple RSS feeds. \ +It can also work with NetFront3, and you can see RDF items with it. " +SECTION = "opie/applications" +PRIORITY = "optional" +LICENSE = "GPL" +MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" +HOMEPAGE = "http://www.daionet.gr.jp/~knok/software/zaurss/" +APPNAME = "zaurss" +APPTYPE = "binary" +APPDESKTOP = "${WORKDIR}" +PR = "r0" + +SRC_URI = "http://www.daionet.gr.jp/~knok/software/zaurss/zaurss-${PV}.tar.gz" + +inherit opie + +OE_QMAKE_INCDIR_QT = "${STAGING_INCDIR}/qpe" +EXTRA_QMAKEVARS_POST = "INCLUDEPATH=dialog \ + INCLUDEPATH+=qhttp \ + INCLUDEPATH+=${QTDIR}/include" + +do_configure_prepend() { + rm -f Makefile + find . -name "moc*"|xargs rm -f +} + +do_install () { + install -d ${D}/${palmtopdir}/pics/${APPNAME}/ + install -m 0644 ${WORKDIR}/*.png ${D}/${palmtopdir}/pics/ + +} |