[arch-commits] CVS update of arch/build/system/parted (PKGBUILD)

Aaron Griffin aaron at archlinux.org
Sun Aug 12 08:52:55 UTC 2007


    Date: Sunday, August 12, 2007 @ 04:52:55
  Author: aaron
    Path: /home/cvs-arch/arch/build/system/parted

Modified: PKGBUILD (1.30 -> 1.31)

upgpkg: parted 1.8.8-1


----------+
 PKGBUILD |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)


Index: arch/build/system/parted/PKGBUILD
diff -u arch/build/system/parted/PKGBUILD:1.30 arch/build/system/parted/PKGBUILD:1.31
--- arch/build/system/parted/PKGBUILD:1.30	Sat Mar 24 16:43:23 2007
+++ arch/build/system/parted/PKGBUILD	Sun Aug 12 04:52:55 2007
@@ -1,21 +1,24 @@
-# $Id: PKGBUILD,v 1.30 2007/03/24 20:43:23 tpowa Exp $
-# Maintainer: dorphell <dorphell at archlinux.org>
+# $Id: PKGBUILD,v 1.31 2007/08/12 08:52:55 aaron Exp $
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Contributor: dorphell <dorphell at archlinux.org>
+
 pkgname=parted
-pkgver=1.8.6
+pkgver=1.8.8
 pkgrel=1
 pkgdesc="A program for creating, destroying, resizing, checking and copying partitions"
 arch=(i686 x86_64)
+license=('GPL3')
 url="http://www.gnu.org/software/parted/parted.html"
 depends=('e2fsprogs')
 source=(ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz parted-1.7.1-fix-seg.patch)
-md5sums=('d367c406839310f7d05309b3d8983aa7' '88f3c5b45fdd1d3dce70a1a19bf48481')
+md5sums=('0d494591731082ec57cc18627728124a' '88f3c5b45fdd1d3dce70a1a19bf48481')
+options=(!libtool)
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  #Arch64 fix
+  #Arch64 fix - still needed?
   [ "$CARCH" = "x86_64" ] &&  patch -Np1 -i ../parted-1.7.1-fix-seg.patch
   ./configure --prefix=/usr --disable-debug --disable-Werror
   make || return 1
   make DESTDIR=$startdir/pkg install
-  find $startdir/pkg -name '*.la' -exec rm {} \;
 }




More information about the arch-commits mailing list