summaryrefslogtreecommitdiff
path: root/packages/libsexy/libsexy_0.1.5.bb
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_0.1.5.bb
parent2b5598807571ca28c8c81a415ea14748fff94fc2 (diff)
parent0e17043b9f0c264dc77531c3c635c4e2e3d6a819 (diff)
merge of '81bbe6194f50dea1d1a9838b702680d8b353e689'
and '86d064241f76c59a2663d25f57ee15ef950bee4b'
Diffstat (limited to 'packages/libsexy/libsexy_0.1.5.bb')
-rw-r--r--packages/libsexy/libsexy_0.1.5.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/packages/libsexy/libsexy_0.1.5.bb b/packages/libsexy/libsexy_0.1.5.bb
deleted file mode 100644
index 964c381c7d..0000000000
--- a/packages/libsexy/libsexy_0.1.5.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-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>"
-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
-}
-
-