libsexy: unify recipes, add 0.1.10, drop 0.1.[45]
authorPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 15 Jan 2007 14:36:29 +0000 (14:36 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Mon, 15 Jan 2007 14:36:29 +0000 (14:36 +0000)
packages/libsexy/libsexy.inc [moved from packages/libsexy/libsexy_0.1.4.bb with 78% similarity]
packages/libsexy/libsexy_0.1.10.bb [new file with mode: 0644]
packages/libsexy/libsexy_0.1.5.bb [deleted file]
packages/libsexy/libsexy_0.1.6.bb
packages/libsexy/libsexy_0.1.8.bb

similarity index 78%
rename from packages/libsexy/libsexy_0.1.4.bb
rename to packages/libsexy/libsexy.inc
index b3e7e7a..522b7e0 100644 (file)
@@ -1,11 +1,11 @@
 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 = "r1"
+SECTION = "x11/libs"
 
 DEPENDS = "gtk+ enchant libxml2"
 
-SRC_URI = "http://osiris.chipx86.com/projects/libsexy/releases/${P}.tar.gz"
+SRC_URI = "http://releases.chipx86.com/libsexy/${PN}/${PN}-${PV}.tar.gz"
 
 inherit autotools pkgconfig
 
diff --git a/packages/libsexy/libsexy_0.1.10.bb b/packages/libsexy/libsexy_0.1.10.bb
new file mode 100644 (file)
index 0000000..042ea75
--- /dev/null
@@ -0,0 +1,2 @@
+require libsexy.inc
+PR = "r0"
diff --git a/packages/libsexy/libsexy_0.1.5.bb b/packages/libsexy/libsexy_0.1.5.bb
deleted file mode 100644 (file)
index 964c381..0000000
+++ /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
-}
-
-
index 964c381..042ea75 100644 (file)
@@ -1,16 +1,2 @@
-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>"
+require libsexy.inc
 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
-}
-
-
index 1de4a91..91784ff 100644 (file)
@@ -1,17 +1,2 @@
-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"
+require libsexy.inc
 PR = "r1"
-
-DEPENDS = "gtk+ enchant libxml2"
-
-SRC_URI = "http://releases.chipx86.com/libsexy/${PN}/${PN}-${PV}.tar.gz"
-
-inherit autotools pkgconfig
-
-do_stage() {
-autotools_stage_all
-}
-
-