summaryrefslogtreecommitdiff
path: root/packages/sylpheed/sylpheed_1.9.12.bb
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-03-31 17:23:04 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-31 17:23:04 +0000
commitad9d1a2ffbd603098cd49da3020e80ea0486304b (patch)
tree68028a101fd9bce3b6b61d87e3f7ad2869e34816 /packages/sylpheed/sylpheed_1.9.12.bb
parent920006980c4e2baa6694103271b3255c823ecc09 (diff)
sylpheed_*.bb : drop some more old versions with permission from pb_
Diffstat (limited to 'packages/sylpheed/sylpheed_1.9.12.bb')
-rw-r--r--packages/sylpheed/sylpheed_1.9.12.bb31
1 files changed, 0 insertions, 31 deletions
diff --git a/packages/sylpheed/sylpheed_1.9.12.bb b/packages/sylpheed/sylpheed_1.9.12.bb
deleted file mode 100644
index b02aead205..0000000000
--- a/packages/sylpheed/sylpheed_1.9.12.bb
+++ /dev/null
@@ -1,31 +0,0 @@
-SECTION = "x11/network"
-DESCRIPTION = "Mail user agent"
-DEPENDS = "gtk+ gpgme gnutls"
-MAINTAINER = "Phil Blundell <pb@handhelds.org>"
-LICENSE = "GPL"
-PR = "r3"
-
-SRC_URI = "http://sylpheed.good-day.net/sylpheed/v1.9/sylpheed-1.9.12.tar.bz2 \
- file://sylpheed-gnutls.patch;patch=1 \
- file://Makefile-am.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/
-}
-