summaryrefslogtreecommitdiff
path: root/testing/kmod
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-01-14 23:15:11 +0000
committerroot <root@rshg054.dnsready.net>2012-01-14 23:15:11 +0000
commit2d4aa7f882dac8abb34e973655326c93f584f31f (patch)
treec9404799d0aea846ee22c16108ef00fe8babbb7a /testing/kmod
parentb5f690637837ff269bf5d248ee2dc37ea5236ca8 (diff)
Sat Jan 14 23:15:11 UTC 2012
Diffstat (limited to 'testing/kmod')
-rw-r--r--testing/kmod/PKGBUILD28
1 files changed, 11 insertions, 17 deletions
diff --git a/testing/kmod/PKGBUILD b/testing/kmod/PKGBUILD
index e0269b3df..454a340b3 100644
--- a/testing/kmod/PKGBUILD
+++ b/testing/kmod/PKGBUILD
@@ -1,9 +1,10 @@
-# $Id: PKGBUILD 146297 2012-01-08 22:05:13Z dreisner $
+# $Id: PKGBUILD 146539 2012-01-12 20:25:05Z dreisner $
# Maintainer: Dave Reisner <dreisner@archlinux.org>
pkgname=kmod
pkgver=3
-pkgrel=5
+pkgrel=6
+_snapdt=20120112
pkgdesc="Linux kernel module handling"
arch=('i686' 'x86_64')
url="http://git.profusion.mobi/cgit.cgi/kmod.git"
@@ -13,26 +14,19 @@ options=('!libtool')
provides=('module-init-tools=3.16')
conflicts=('module-init-tools')
replaces=('module-init-tools')
-source=("http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz"
- "depmod-search.conf"
- "return-non-zero-on-fail.patch"
- "use-path-max-for-alias-names.patch"
- "fix-error-path-when-loading-deps.patch")
-md5sums=('bc0e69f75c2ac22c091f05e166e86c5d'
- '4b8cbcbc54b9029c99fd730e257d4436'
- '4be6f783a7fc2d1747ccaa2536d2e88f'
- '4d801693a6788236b4ed578c24514d62'
- 'd0f01e506e825156760e6129f04eea28')
+options=('!strip')
+source=(#"http://packages.profusion.mobi/$pkgname/$pkgname-$pkgver.tar.xz"
+ "ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.$_snapdt.tar.xz"
+ "depmod-search.conf")
+md5sums=('78252871325d3950bb132cde81c488b0'
+ '4b8cbcbc54b9029c99fd730e257d4436')
build() {
cd "$pkgname-$pkgver"
- patch -Np1 <"$srcdir/return-non-zero-on-fail.patch"
- patch -Np1 <"$srcdir/use-path-max-for-alias-names.patch"
- patch -Np1 <"$srcdir/fix-error-path-when-loading-deps.patch"
-
- ./configure \
+ CFLAGS+=' -g' ./configure \
--sysconfdir=/etc \
+ --enable-debug \
--with-rootprefix= \
--with-rootlibdir=/lib \
--with-zlib