[oe-commits] org.oe.dev sylpheed_2.2.9.bb : new version

xora commit openembedded-commits at lists.openembedded.org
Thu Oct 19 21:48:37 UTC 2006


sylpheed_2.2.9.bb : new version

Author: xora at openembedded.org
Branch: org.openembedded.dev
Revision: f8e3d83965086984baadee15f33b6b7a0bdfe743
ViewMTN: http://monotone.openembedded.org/revision.psp?id=f8e3d83965086984baadee15f33b6b7a0bdfe743
Files:
1
packages/sylpheed/sylpheed_2.2.9.bb
Diffs:

#
# mt diff -rea31ac15e6745402d3cd11b4cb8767ef75ed838b -rf8e3d83965086984baadee15f33b6b7a0bdfe743
#
# 
# 
# add_file "packages/sylpheed/sylpheed_2.2.9.bb"
#  content [39b5402858687e4570e88f5dbbeceb0c54b52d20]
# 
============================================================
--- packages/sylpheed/sylpheed_2.2.9.bb	39b5402858687e4570e88f5dbbeceb0c54b52d20
+++ packages/sylpheed/sylpheed_2.2.9.bb	39b5402858687e4570e88f5dbbeceb0c54b52d20
@@ -0,0 +1,32 @@
+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/
+}
+






More information about the Openembedded-commits mailing list