summaryrefslogtreecommitdiff
path: root/packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb')
-rw-r--r--packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb30
1 files changed, 0 insertions, 30 deletions
diff --git a/packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb b/packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb
deleted file mode 100644
index 3ee58453e5..0000000000
--- a/packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb
+++ /dev/null
@@ -1,30 +0,0 @@
-SECTION = "x11/network"
-DESCRIPTION = "Mail user agent"
-DEPENDS = "gtk+ gpgme gnutls"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-LICENSE = "GPL"
-PR = "r4"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/sylpheed-gtk2/sylpheed-${PV}.tar.gz \
- file://sylpheed-gnutls.patch;patch=1"
-
-FILES_${PN} = "${bindir} ${datadir}/pixmaps ${datadir}/applications"
-FILES_${PN}-doc += "${datadir}"
-
-EXTRA_OECONF = "--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/
-}
-