wok-current diff kmod/receipt @ rev 14810

Up: apr-util* (1.5.2)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Wed Jul 17 13:35:05 2013 +0200 (2013-07-17)
parents 1380cfc94a2f
children 408c87fa22ca
line diff
     1.1 --- a/kmod/receipt	Fri Sep 07 10:12:36 2012 +0200
     1.2 +++ b/kmod/receipt	Wed Jul 17 13:35:05 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="kmod"
     1.7 -VERSION="10"
     1.8 +VERSION="11"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Linux kernel modules tools."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -23,6 +23,7 @@
    1.13  		--sysconfdir=/etc \
    1.14  		--with-zlib \
    1.15  		--with-xz \
    1.16 +		--disable-manpages \
    1.17  		$CONFIGURE_ARGS &&
    1.18  	make && make pkgconfigdir=/usr/lib/pkgconfig install
    1.19  }