From: Philipp Zabel Date: Sun, 5 Feb 2006 16:36:39 +0000 (+0000) Subject: libsexy: add 0.1.5 X-Git-Tag: Release-2010-05/1~9453^2~2443 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e503dee60ce0e14603f3914ca3155f250397cae;p=openembedded.git libsexy: add 0.1.5 --- diff --git a/packages/libsexy/libsexy_0.1.5.bb b/packages/libsexy/libsexy_0.1.5.bb new file mode 100644 index 0000000000..5ac5d296fb --- /dev/null +++ b/packages/libsexy/libsexy_0.1.5.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 +} + +