Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=51eb92c48b8b3b20b3efbd174db9b4cb8475538e

commit 51eb92c48b8b3b20b3efbd174db9b4cb8475538e
Author: Miklos Vajna <vmik...@frugalware.org>
Date:   Mon Dec 5 01:12:21 2011 +0100

bitlbee-3.0.4-1-i686

- version bump
- bitlbee-skype is now a subpkg

diff --git a/source/network-extra/bitlbee/FrugalBuild 
b/source/network-extra/bitlbee/FrugalBuild
index 7f5b3e7..fe83983 100644
--- a/source/network-extra/bitlbee/FrugalBuild
+++ b/source/network-extra/bitlbee/FrugalBuild
@@ -4,27 +4,27 @@
USE_DEVEL=${USE_DEVEL:-"n"}

pkgname=bitlbee
-pkgver=3.0.3
+pkgver=3.0.4
Fuse $USE_DEVEL && pkgver=3.0.2.772
-pkgrel=5
+pkgrel=1
pkgdesc="An IRC to other chat networks gateway."
url="http://www.bitlbee.org/main.php/news.html";
depends=('glib2' 'gnutls>=2.12.12' 'systemd')
-Fuse $USE_DEVEL && makedepends=('docbook-xsl>=1.73.0-2' 'docbook-xml' 'xmlto')
+makedepends=('docbook-xsl>=1.73.0-2' 'docbook-xml' 'xmlto' 'asciidoc')
backup=(etc/biltbee/{bitlbee.conf,motd.txt})
groups=('network-extra')
archs=('i686' 'x86_64' 'ppc')
up2date="lynx -dump http://www.bitlbee.org/ |grep Stable |sed 's/.*: 
\(.*\)/\1/'"
source=(http://get.bitlbee.org/src/$pkgname-$pkgver.tar.gz)
-sha1sums=('4140eb7aaa2c6a39fa059d19f8fbaec0d7a1ebff')
+sha1sums=('2c2742948d1ed2c83ee5db2d2fbff5e8b656b8c4')
options=('scriptlet')

-subpkgs=('bitlbee-otr')
-subdescs=('OTR support for BitlBee.')
-subdepends=("libotr")
-subrodepends=("$pkgname=$pkgver")
-subgroups=('network-extra')
-subarchs=('i686 x86_64 ppc')
+subpkgs=('bitlbee-otr' 'bitlbee-skype')
+subdescs=('OTR support for BitlBee.' 'Skype support for BitlBee.')
+subdepends=("libotr" "")
+subrodepends=("$pkgname=$pkgver" "$pkgname=$pkgver skype4py")
+subgroups=('network-extra' 'network-extra')
+subarchs=('i686 x86_64 ppc' 'i686 x86_64 ppc')

if Fuse $USE_DEVEL; then
unset source sha1sums
@@ -36,7 +36,7 @@ fi
build() {
Fuse $USE_DEVEL && Funpack_scm
Fpatchall
-       Fmake --etcdir=/etc --otr=plugin
+       Fmake --etcdir=/etc/bitlbee --otr=plugin --skype=plugin
Fmkdir /var/lib/bitlbee
make DESTDIR=$Fdestdir install-etc install-dev || Fdie
Fmakeinstall
@@ -44,6 +44,7 @@ build() {
Fdocrel doc/{AUTHORS,CHANGES,FAQ,README}
Ffilerel doc/user-guide/* /usr/share/doc/$pkgname-$pkgver/user-guide/
Fsplit bitlbee-otr usr/lib/bitlbee/otr.so
+       Fsplit bitlbee-skype etc/skyped usr/lib/bitlbee/skype.so 
usr/sbin/skyped usr/share/man/man1/skyped*
}

# optimization OK
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to