From: Philipp Zabel Date: Mon, 6 Feb 2006 11:23:52 +0000 (+0000) Subject: libsexy: add 0.1.6 X-Git-Tag: Release-2010-05/1~9453^2~2429^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec38fc1956d08e305250fc837db9933ed73a43a2;p=openembedded.git libsexy: add 0.1.6 --- diff --git a/packages/libsexy/libsexy_0.1.6.bb b/packages/libsexy/libsexy_0.1.6.bb new file mode 100644 index 0000000000..5ac5d296fb --- /dev/null +++ b/packages/libsexy/libsexy_0.1.6.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Libsexy is a collection of GTK+ widgets that extend the functionality of such standard widgets as GtkEntry and GtkLabel" +HOMEPAGE = "http://wiki.chipx86.com/wiki/Libsexy" +AUTHOR = "Christian Hammond " +MAINTAINER = "Koen Kooi "" +PR = "r0" + +DEPENDS = "gtk+ enchant libxml2" + +SRC_URI = "http://osiris.chipx86.com/projects/libsexy/releases/${P}.tar.gz" + +inherit autotools pkgconfig + +do_stage() { +autotools_stage_all +} + +