aboutsummaryrefslogtreecommitdiffstats
path: root/packages/bitchx
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-05-01 18:48:36 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-05-01 18:48:36 +0000
commit8f80803b80dadf98080b15b34bd78c747e0da696 (patch)
tree7070c639b1d83c892804b1d796fcf639419e87d3 /packages/bitchx
parentc6c93a2bab487dd5a2e7e0effb433db959512cad (diff)
downloadopenembedded-8f80803b80dadf98080b15b34bd78c747e0da696.tar.gz
bitchx: package previously unpackaged files in -defmsgs, -help, -scripts, -translations subpackages (from .oz354fam083)
Diffstat (limited to 'packages/bitchx')
-rw-r--r--packages/bitchx/bitchx_1.1.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/bitchx/bitchx_1.1.bb b/packages/bitchx/bitchx_1.1.bb
index 843adacfe6..d99ef56d97 100644
--- a/packages/bitchx/bitchx_1.1.bb
+++ b/packages/bitchx/bitchx_1.1.bb
@@ -2,6 +2,7 @@ DESCRIPTION = "BitchX is a IRC client"
SECTION = "console/network"
LICENSE = "BSD"
+#PR = "-r1"
SRC_URI = "http://www.bitchx.org/files/source/ircii-pana-${PV}-final.tar.gz \
file://gcc34.patch;patch=1"
@@ -9,6 +10,16 @@ S = "${WORKDIR}/BitchX"
inherit autotools
+PACKAGES += "${PN}-defmsgs ${PN}-help ${PN}-scripts ${PN}-translations"
+FILES_${PN}-defmsgs = "${libdir}/bx/BitchX.*"
+RDEPENDS_${PN}-defmsgs = "${PN}"
+FILES_${PN}-help = "${libdir}/bx/help"
+RDEPENDS_${PN}-help = "${PN}"
+FILES_${PN}-scripts = "${libdir}/bx/script"
+RDEPENDS_${PN}-scripts = "${PN}"
+FILES_${PN}-translations = "${libdir}/bx/translation"
+RDEPENDS_${PN}-translations = "${PN}"
+
do_configure() {
gnu-configize
oe_runconf