summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-17 23:14:55 +0000
committerroot <root@rshg054.dnsready.net>2012-01-17 23:14:55 +0000
commit7de0a9c21ecdb7becae761d7c9f2e723cb9ae0d3 (patch)
treecf569d409766ee004e997226104d64aa76bcd28f /testing
parent08a16f35d70b750b4db213a4bfcbacf5b3be4d74 (diff)
Tue Jan 17 23:14:54 UTC 2012
Diffstat (limited to 'testing')
-rw-r--r--testing/kmod/PKGBUILD18
1 files changed, 7 insertions, 11 deletions
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 <dreisner@archlinux.org>
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