aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sylpheed
diff options
context:
space:
mode:
authornslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-01-02 19:40:07 +0000
committernslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net>2005-01-02 19:40:07 +0000
commit8ae84e84e7520caa1542ea77c27e6b316481c54a (patch)
treeb55329d369ce231614b7a2542ec735cd04693c2d /packages/sylpheed
parent58e96e5d71da1193c88cd5392e91a55f0a37d21e (diff)
downloadopenembedded-8ae84e84e7520caa1542ea77c27e6b316481c54a.tar.gz
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/02 19:07:31+00:00 nexus.co.uk!pb build sylpheed with gnutls support 2005/01/02 19:00:27+00:00 nexus.co.uk!pb improve gnutls packaging granularity, and add patch for extended OpenSSL functionality (SSL_peek, etc) BKrev: 41d84e17Jb-QAOb_o_VQ4vKu7cO4pw
Diffstat (limited to 'packages/sylpheed')
-rw-r--r--packages/sylpheed/files/sylpheed-gnutls.patch0
-rw-r--r--packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb28
2 files changed, 28 insertions, 0 deletions
diff --git a/packages/sylpheed/files/sylpheed-gnutls.patch b/packages/sylpheed/files/sylpheed-gnutls.patch
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/packages/sylpheed/files/sylpheed-gnutls.patch
diff --git a/packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb b/packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb
index e69de29bb2..e3b44c09f3 100644
--- a/packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb
+++ b/packages/sylpheed/sylpheed_1.0.0-gtk2-20041224.bb
@@ -0,0 +1,28 @@
+SECTION = "x11/network"
+DESCRIPTION = "Mail user agent"
+DEPENDS = "gtk+ gpgme gnutls"
+MAINTAINER = "Phil Blundell <pb@handhelds.org>"
+LICENSE = "GPL"
+PR = "r2"
+
+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 = "--with-gnutls"
+
+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/
+}
+