[arch-commits] Commit in module-init-tools/trunk (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Tue Jul 22 12:44:29 UTC 2008


    Date: Tuesday, July 22, 2008 @ 08:44:28
  Author: thomas
Revision: 5982

upgpkg: module-init-tools 3.4-1

Modified:
  module-init-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-07-22 12:18:10 UTC (rev 5981)
+++ PKGBUILD	2008-07-22 12:44:28 UTC (rev 5982)
@@ -1,27 +1,33 @@
 # $Id$
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=module-init-tools
-pkgver=3.2.2
-pkgrel=6
+pkgver=3.4
+pkgrel=1
 pkgdesc="Utilities for inserting and removing modules from the Linux kernel"
 arch=(i686 x86_64)
 url="http://www.kernel.org"
 license=('GPL')
 groups=('base')
 depends=('glibc')
-conflicts=('modutils')
-replaces=('modutils')
-backup=('etc/modprobe.conf' 'etc/modules.conf' 'etc/modprobe.devfs')
-source=(http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-$pkgver.tar.bz2 \
-	makefile.patch modprobe.conf fix-modprobe-ignore-path.patch)
+backup=('etc/modprobe.conf')
+source=(http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-$pkgver.tar.bz2
+        ftp://sunsite.informatik.rwth-aachen.de/pub/linux/gentoo/distfiles/module-init-tools-$pkgver-manpages.tar.bz2
+        makefile.patch
+        modprobe.conf
+        fix-modprobe-ignore-path.patch)
+md5sums=('db6ac059e80e8dd4389dbe81ee61f3c6'
+         '006678277788b5a0402b171f4a235cd6'
+         '47e14fda7a46668290d11d0444d81826'
+         '6db59d41e04941a790f80c1a4432faef'
+         '335c3f8317f257ddd70b09271b4360bd')
 
 build() {
   cd $startdir/src/$pkgname-$pkgver
-  patch -Np1 -i ../makefile.patch || return 1
+  patch -Np1 -i ../makefile.patch
   patch -Np0 -i ../fix-modprobe-ignore-path.patch || return 1
   sed -i 's|/usr/bin/install|/bin/install|g' install-with-care
   ./configure --prefix=/usr --exec-prefix=/
   make || return 1
-  INSTALL=/bin/install make DESTDIR=$startdir/pkg install
+  INSTALL=/bin/install make DESTDIR=$startdir/pkg install || return 1
   install -D -m644 ../modprobe.conf $startdir/pkg/etc/modprobe.conf
 }





More information about the arch-commits mailing list