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

Eric Belanger eric at archlinux.org
Tue Aug 14 03:38:22 UTC 2007


    Date: Monday, August 13, 2007 @ 23:38:22
  Author: eric
    Path: /home/cvs-extra/extra/network/prozilla

Modified: PKGBUILD (1.8 -> 1.9)

upgpkg: prozilla 2.0.4-1
added license, libtool-slayed


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


Index: extra/network/prozilla/PKGBUILD
diff -u extra/network/prozilla/PKGBUILD:1.8 extra/network/prozilla/PKGBUILD:1.9
--- extra/network/prozilla/PKGBUILD:1.8	Sat May 27 12:33:47 2006
+++ extra/network/prozilla/PKGBUILD	Mon Aug 13 23:38:22 2007
@@ -1,20 +1,24 @@
-# $Id: PKGBUILD,v 1.8 2006/05/27 16:33:47 andyrtr Exp $
+# $Id: PKGBUILD,v 1.9 2007/08/14 03:38:22 eric Exp $
 # Maintainer: dorphell <dorphell at archlinux.org>
 # Contributor: dorphell <dorphell at archlinux.org>
 pkgname=prozilla
-pkgver=2.0.3
+pkgver=2.0.4
 pkgrel=1
 pkgdesc="A multi-threaded download accelerator"
-arch=(i686 x86_64)
-depends=('ncurses')
-source=(http://prozilla.genesys.ro/downloads/prozilla/tarballs/$pkgname-$pkgver.tar.bz2)
+arch=('i686' 'x86_64')
 url="http://prozilla.genesys.ro/"
-md5sums=('0a3b9c179ffd7390e52a2b6f6f98111d')
-
+license=('GPL')
+depends=('ncurses' 'gcc')
+options=('!libtool')
+source=(http://prozilla.genesys.ro/downloads/prozilla/tarballs/$pkgname-$pkgver.tar.bz2)
+md5sums=('220f03968ddac79c2d6b48a507cd9c71')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
+  sed -i 's/DL_Window:://' src/download_win.h || return 1
   ./configure --prefix=/usr --sysconfdir=/etc
   make || return 1
   make DESTDIR=$startdir/pkg install
+# Removing file already provided by glibc
+  rm -r $startdir/pkg/usr/share
 }




More information about the arch-commits mailing list