summaryrefslogtreecommitdiff
path: root/packages/libsexy/libsexy.inc
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2007-01-22 09:37:39 +0000
committerMarcin Juszkiewicz <hrw@openembedded.org>2007-01-22 09:37:39 +0000
commitce8e801d9b95f70dbffff6e8d7de4df67478ff29 (patch)
treea39d344e60a677e208e37d27660077aad538a656 /packages/libsexy/libsexy.inc
parent2b5598807571ca28c8c81a415ea14748fff94fc2 (diff)
parent0e17043b9f0c264dc77531c3c635c4e2e3d6a819 (diff)
merge of '81bbe6194f50dea1d1a9838b702680d8b353e689'
and '86d064241f76c59a2663d25f57ee15ef950bee4b'
Diffstat (limited to 'packages/libsexy/libsexy.inc')
-rw-r--r--packages/libsexy/libsexy.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/libsexy/libsexy.inc b/packages/libsexy/libsexy.inc
new file mode 100644
index 0000000000..522b7e0d63
--- /dev/null
+++ b/packages/libsexy/libsexy.inc
@@ -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 <chipx86@chipx86.com>"
+SECTION = "x11/libs"
+
+DEPENDS = "gtk+ enchant libxml2"
+
+SRC_URI = "http://releases.chipx86.com/libsexy/${PN}/${PN}-${PV}.tar.gz"
+
+inherit autotools pkgconfig
+
+do_stage() {
+autotools_stage_all
+}
+
+