summaryrefslogtreecommitdiff
path: root/package/irssi
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-05-30 20:39:07 +0200
commitba3359722cbf8aa7b0ed39e1f81d1d74ec88fecd (patch)
tree10c726d162bc0ded85eb7aeacf8f246bd39ad63a /package/irssi
parentbbd610f15a71b27c955175cb98392b114717fd47 (diff)
optimize ipkg package management
- generate ipkg control file from PKG_* variables - automatically install init scripts from ./files/*.init set #PKG pkgname to set the binary package - rename FWINIT -> INIT - move postinst and conffiles meta data to ./files - update the packages to the latest upstream version - remove some unready or unused package (strongswan,..) more cleanups needed after allmodconfig
Diffstat (limited to 'package/irssi')
-rw-r--r--package/irssi/Makefile20
-rw-r--r--package/irssi/ipkg/irssi.control4
2 files changed, 13 insertions, 11 deletions
diff --git a/package/irssi/Makefile b/package/irssi/Makefile
index 3c77111a1..60f82b7b5 100644
--- a/package/irssi/Makefile
+++ b/package/irssi/Makefile
@@ -6,16 +6,24 @@
include ${TOPDIR}/rules.mk
PKG_NAME:= irssi
-PKG_VERSION:= 0.8.12
+PKG_VERSION:= 0.8.13
PKG_RELEASE:= 1
-PKG_MD5SUM:= e407b557b3cfc7c91ce4de2571dd79cb
+PKG_MD5SUM:= 0d6fc2203832b514eff014fffd574664
+PKG_DESCR:= IRC text client
+PKG_SECTION:= text
+PKG_DEPENDS:= glib2 libncurses
+PKG_URL:= http://www.irssi.org
+PKG_SITES:= http://www.irssi.org/files/
+
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
-MASTER_SITES:= http://www.irssi.org/files/
-PKG_DEPENDS:= glib2, libncurses
include ${TOPDIR}/mk/package.mk
-$(eval $(call PKG_template,IRSSI,irssi,${PKG_VERSION}-${PKG_RELEASE}))
+ifeq (${ADK_PACKAGE_IRSSI_SSL},y)
+PKG_DEPENDS+= libopenssl
+endif
+
+$(eval $(call PKG_template,IRSSI,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-perl=no \
@@ -29,7 +37,6 @@ BUILD_STYLE= auto
ifeq (${ADK_PACKAGE_IRSSI_SSL},y)
CONFIGURE_ARGS+= --enable-ssl
-PKG_DEPENDS:= ${PKG_DEPENDS}, openssl
else
CONFIGURE_ARGS+= --disable-ssl
endif
@@ -37,6 +44,5 @@ endif
do-install:
${INSTALL_DIR} ${IDIR_IRSSI}/usr/bin
${INSTALL_BIN} ${WRKBUILD}/src/fe-text/${PKG_NAME} ${IDIR_IRSSI}/usr/bin/
- echo 'Depends: ${PKG_DEPENDS}' >>${IDIR_IRSSI}/CONTROL/control
include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/irssi/ipkg/irssi.control b/package/irssi/ipkg/irssi.control
deleted file mode 100644
index 5112153c4..000000000
--- a/package/irssi/ipkg/irssi.control
+++ /dev/null
@@ -1,4 +0,0 @@
-Package: irssi
-Priority: optional
-Section: text
-Description: IRC text client