aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libsexy
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-02-05 16:36:39 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-05 16:36:39 +0000
commit0e503dee60ce0e14603f3914ca3155f250397cae (patch)
tree0ab6ecac3add29fa2d1603fc09b147ce8d91b773 /packages/libsexy
parent0a11533912e6653fa27fce5fcd5c90db94bd8ebc (diff)
downloadopenembedded-0e503dee60ce0e14603f3914ca3155f250397cae.tar.gz
libsexy: add 0.1.5
Diffstat (limited to 'packages/libsexy')
-rw-r--r--packages/libsexy/libsexy_0.1.5.bb17
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
+}
+
+