centericq: unify
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 20 Dec 2006 23:23:48 +0000 (23:23 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 20 Dec 2006 23:23:48 +0000 (23:23 +0000)
packages/centericq/centericq.inc [new file with mode: 0644]
packages/centericq/centericq_4.11.0.bb
packages/centericq/centericq_4.9.10.bb
packages/centericq/centericq_4.9.7.bb

diff --git a/packages/centericq/centericq.inc b/packages/centericq/centericq.inc
new file mode 100644 (file)
index 0000000..2773ac6
--- /dev/null
@@ -0,0 +1,14 @@
+DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \
+AIM, IRC, Jabber and LiveJournal"
+SECTION = "console/network"
+PRIORITY = "optional"
+LICENSE = "GPL"
+DEPENDS = "openssl ncurses"
+
+inherit autotools
+
+SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \
+           file://configure.patch;patch=1 \
+           file://m4.patch;patch=1"
+
+EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.."
index fa66338..dc227c4 100644 (file)
@@ -1,15 +1,5 @@
-DEPENDS = "openssl ncurses"
-DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \
-AIM, IRC, Jabber and LiveJournal"
-SECTION = "console/network"
-SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \
-          file://configure.patch;patch=1 \
-          file://m4.patch;patch=1"
-LICENSE = "GPL"
+require centericq.inc
 
-inherit autotools
-
-EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.."
 acpaths = "-I ${S}/m4"
 
 # FIXME: ugly compile failures
index 93e85b6..6d02f2c 100644 (file)
@@ -1,12 +1,3 @@
-DEPENDS = "openssl ncurses"
-DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \
-AIM, IRC, Jabber and LiveJournal"
-SECTION = "console/network"
-SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \
-          file://configure.patch;patch=1 \
-          file://m4.patch;patch=1"
-LICENSE = "GPL" 
-inherit autotools
+require centericq.inc
 
-EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.."
 acpaths = "-I ${S}/m4"
index 331d69c..c4af2f4 100644 (file)
@@ -1,13 +1 @@
-DEPENDS = "openssl ncurses"
-DESCRIPTION = "An ncurses-based IM client for ICQ2000, Yahoo!, \
-AIM, IRC, Jabber and LiveJournal"
-SECTION = "console/network"
-LICENSE = "GPL" 
-
-SRC_URI = "http://centericq.de/archive/source/releases/centericq-${PV}.tar.bz2 \
-          file://configure.patch;patch=1 \
-          file://m4.patch;patch=1"
-
-inherit autotools
-
-EXTRA_OECONF = "--with-ssl --with-openssl=${STAGING_LIBDIR}/.."
+require centericq.inc