Date: Friday, September 7, 2012 @ 09:56:29 Author: dreisner Revision: 166389
upgpkg: kmod 10-1 - remove rootprefix - add gtk-doc Modified: kmod/trunk/PKGBUILD Deleted: kmod/trunk/kmod.install --------------+ PKGBUILD | 12 ++++++------ kmod.install | 9 --------- 2 files changed, 6 insertions(+), 15 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-09-07 13:33:52 UTC (rev 166388) +++ PKGBUILD 2012-09-07 13:56:29 UTC (rev 166389) @@ -2,21 +2,21 @@ # Maintainer: Dave Reisner <[email protected]> pkgname=kmod -pkgver=9 -pkgrel=2 +pkgver=10 +pkgrel=1 pkgdesc="Linux kernel module handling" arch=('i686' 'x86_64') url='http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary' license=('GPL2') depends=('glibc' 'zlib') +makedepends=('gtk-doc') options=('!libtool') provides=('module-init-tools=3.16') conflicts=('module-init-tools') replaces=('module-init-tools') -install=kmod.install source=("ftp://ftp.kernel.org/pub/linux/utils/kernel/$pkgname/$pkgname-$pkgver.tar.xz" "depmod-search.conf") -md5sums=('c8ae2d2694fbca2b28e238b30543a0cd' +md5sums=('e2a883c4df15a50f78a7a61d5b64089f' 'dd62cbf62bd8f212f51ef8c43bec9a77') build() { @@ -24,8 +24,8 @@ ./configure \ --sysconfdir=/etc \ - --with-zlib \ - --with-rootprefix=/usr + --enable-gtk-doc \ + --with-zlib make } Deleted: kmod.install =================================================================== --- kmod.install 2012-09-07 13:33:52 UTC (rev 166388) +++ kmod.install 2012-09-07 13:56:29 UTC (rev 166389) @@ -1,9 +0,0 @@ -#!/bin/sh - -post_upgrade() { - if [ "$(vercmp 9-2 "$2")" -eq 1 ]; then - echo "==> Kernel modules are now only read from /usr/lib/modules, all custom" - echo " built kernels and modules must be moved there before rebooting." - fi -} -
