[arch-commits] CVS update of extra/network/irssi (PKGBUILD)

Tom Killian tom at archlinux.org
Sat Dec 15 12:08:50 UTC 2007


    Date: Saturday, December 15, 2007 @ 07:08:50
  Author: tom
    Path: /home/cvs-extra/extra/network/irssi

Modified: PKGBUILD (1.32 -> 1.33)

upgpkg: irssi 0.8.12-2
Rebuild to accommodate new perl path


----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)


Index: extra/network/irssi/PKGBUILD
diff -u extra/network/irssi/PKGBUILD:1.32 extra/network/irssi/PKGBUILD:1.33
--- extra/network/irssi/PKGBUILD:1.32	Sat Oct  6 10:27:37 2007
+++ extra/network/irssi/PKGBUILD	Sat Dec 15 07:08:50 2007
@@ -1,23 +1,23 @@
-# $Id: PKGBUILD,v 1.32 2007/10/06 14:27:37 dan Exp $
+# $Id: PKGBUILD,v 1.33 2007/12/15 12:08:50 tom Exp $
 # Maintainer: Dan McGee <dan at archlinux.org>
 pkgname=irssi
 pkgver=0.8.12
-pkgrel=1
+pkgrel=2
 pkgdesc="Modular text mode IRC client with Perl scripting"
 arch=(i686 x86_64)
 license=('GPL')
 url="http://irssi.org/"
-depends=('glib2' 'openssl' 'ncurses' 'perl')
+depends=('glib2' 'openssl' 'ncurses' 'perl>=5.8.8-10')
 source=(http://irssi.org/files/$pkgname-$pkgver.tar.bz2)
 md5sums=('e407b557b3cfc7c91ce4de2571dd79cb')
+options=('!libtool')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
 
-  ./configure --prefix=/usr --enable-ipv6 --with-proxy --sysconfdir=/etc
+  ./configure --prefix=/usr --enable-ipv6 --with-proxy --sysconfdir=/etc \
+  --with-perl-lib=vendor
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
-  rm $startdir/pkg/usr/lib/perl5/*/*/perllocal.pod
-  mv $startdir/pkg/usr/lib/perl5/?.?.? $startdir/pkg/usr/lib/perl5/current
+  rm $startdir/pkg/usr/lib/perl5/core_perl/perllocal.pod
 }




More information about the arch-commits mailing list