diff options
author | Philipp Zabel <philipp.zabel@gmail.com> | 2006-02-05 16:36:39 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-05 16:36:39 +0000 |
commit | 0e503dee60ce0e14603f3914ca3155f250397cae (patch) | |
tree | 0ab6ecac3add29fa2d1603fc09b147ce8d91b773 /packages/libsexy/libsexy_0.1.5.bb | |
parent | 0a11533912e6653fa27fce5fcd5c90db94bd8ebc (diff) |
libsexy: add 0.1.5
Diffstat (limited to 'packages/libsexy/libsexy_0.1.5.bb')
-rw-r--r-- | packages/libsexy/libsexy_0.1.5.bb | 17 |
1 files changed, 17 insertions, 0 deletions
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 <chipx86@chipx86.com>" +MAINTAINER = "Koen Kooi <koen@handhelds.org>"" +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 +} + + |