From 7de0a9c21ecdb7becae761d7c9f2e723cb9ae0d3 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Jan 2012 23:14:55 +0000 Subject: Tue Jan 17 23:14:54 UTC 2012 --- testing/kmod/PKGBUILD | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) (limited to 'testing/kmod') diff --git a/testing/kmod/PKGBUILD b/testing/kmod/PKGBUILD index 454a340b3..34983beaf 100644 --- a/testing/kmod/PKGBUILD +++ b/testing/kmod/PKGBUILD @@ -1,34 +1,30 @@ -# $Id: PKGBUILD 146539 2012-01-12 20:25:05Z dreisner $ +# $Id: PKGBUILD 146697 2012-01-16 19:19:27Z dreisner $ # Maintainer: Dave Reisner pkgname=kmod -pkgver=3 -pkgrel=6 -_snapdt=20120112 +pkgver=4 +pkgrel=1 pkgdesc="Linux kernel module handling" arch=('i686' 'x86_64') url="http://git.profusion.mobi/cgit.cgi/kmod.git" license=('GPL2') depends=('glibc' 'zlib') +makedepends=('docbook2x') options=('!libtool') provides=('module-init-tools=3.16') conflicts=('module-init-tools') replaces=('module-init-tools') -options=('!strip') -source=(#"http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz" - "ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.$_snapdt.tar.xz" +source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz" "depmod-search.conf") -md5sums=('78252871325d3950bb132cde81c488b0' +md5sums=('e14450a066a48accd0af1995b3c0232d' '4b8cbcbc54b9029c99fd730e257d4436') build() { cd "$pkgname-$pkgver" - CFLAGS+=' -g' ./configure \ + ./configure \ --sysconfdir=/etc \ - --enable-debug \ --with-rootprefix= \ - --with-rootlibdir=/lib \ --with-zlib make -- cgit v1.2.3-54-g00ecf