From: Koen Kooi Date: Wed, 9 Nov 2005 11:40:19 +0000 (+0000) Subject: libsexy: add 0.1.4 X-Git-Tag: Release-2010-05/1~9453^2~3123 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de9d5d416a8ecf31a4484a4a745b627895bdec24;p=openembedded.git libsexy: add 0.1.4 --- diff --git a/packages/libsexy/.mtn2git_empty b/packages/libsexy/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/libsexy/libsexy_0.1.4.bb b/packages/libsexy/libsexy_0.1.4.bb new file mode 100644 index 0000000000..f5ee2256eb --- /dev/null +++ b/packages/libsexy/libsexy_0.1.4.bb @@ -0,0 +1,16 @@ +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 "" + +DEPENDS = "gtk+" + +SRC_URI = "http://osiris.chipx86.com/projects/libsexy/releases/${P}.tar.gz" + +inherit autotools pkgconfig + +do_stage() { +autotools_stage_all +} + +