diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-02-06 13:47:55 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-02-06 13:47:55 +0000 |
commit | 28dfe9097241db9d7374dd63204dcc1cec27509e (patch) | |
tree | a47e8b1cfaf641968170148a38cc62072c1fc264 /packages/sylpheed/sylpheed_2.2.7.bb | |
parent | 6787e2beb7890d5f8879d42a2e83dbfb97623cf2 (diff) |
packages/sylpheed/*.bb : clean out old stuff
Diffstat (limited to 'packages/sylpheed/sylpheed_2.2.7.bb')
-rw-r--r-- | packages/sylpheed/sylpheed_2.2.7.bb | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/packages/sylpheed/sylpheed_2.2.7.bb b/packages/sylpheed/sylpheed_2.2.7.bb deleted file mode 100644 index b22512b32f..0000000000 --- a/packages/sylpheed/sylpheed_2.2.7.bb +++ /dev/null @@ -1,32 +0,0 @@ -SECTION = "x11/network" -DESCRIPTION = "Mail user agent" -DEPENDS = "gtk+ gpgme gnutls" -LICENSE = "GPL" -PR = "r0" - -SRC_URI = "http://sylpheed.good-day.net/sylpheed/v2.2/sylpheed-${PV}.tar.bz2 \ - file://sylpheed-2.2.2-libsylph-Makefile-am.patch;patch=1 \ - file://sylpheed-2.2.2-src-Makefile-am.patch;patch=1 \ - file://sylpheed-gnutls_2.2.4.patch;patch=1" - - -FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications" -FILES_${PN}-doc += "${datadir}" - -EXTRA_OECONF = "--disable-ssl --enable-gnutls" - -CFLAGS += "-D_GNU_SOURCE" - -do_configure_prepend() { - mkdir -p m4 -} - -inherit autotools - -do_install_append() { - install -d ${D}${datadir}/applications - install -m 0644 sylpheed.desktop ${D}${datadir}/applications/ - install -d ${D}${datadir}/pixmaps - install -m 0644 sylpheed.png ${D}${datadir}/pixmaps/ -} - |