aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libsexy/libsexy_0.1.6.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-02-06 11:23:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-06 11:23:52 +0000
commitec38fc1956d08e305250fc837db9933ed73a43a2 (patch)
tree13926fd08b68bfc91255e542ae99ba53167359cc /packages/libsexy/libsexy_0.1.6.bb
parent23d84f45ff8f5a03695c1cd0e1dac0d1d3390b96 (diff)
downloadopenembedded-ec38fc1956d08e305250fc837db9933ed73a43a2.tar.gz
libsexy: add 0.1.6
Diffstat (limited to 'packages/libsexy/libsexy_0.1.6.bb')
-rw-r--r--packages/libsexy/libsexy_0.1.6.bb17
1 files changed, 17 insertions, 0 deletions
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 <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
+}
+
+