wok diff powertop/receipt @ rev 15954

Up: pciutils (3.2.1) and ids file. This fix intel agp module name
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 15:54:50 2014 +0100 (2014-02-23)
parents 7896f0694ef6
children ff9bdf719828
line diff
     1.1 --- a/powertop/receipt	Sat Aug 10 21:12:16 2013 +0000
     1.2 +++ b/powertop/receipt	Sun Feb 23 15:54:50 2014 +0100
     1.3 @@ -13,12 +13,14 @@
     1.4  
     1.5  DEPENDS="ncursesw pciutils libnl zlib gcc-lib-base"
     1.6  BUILD_DEPENDS="acl gettext ncursesw-dev wget autoconf automake libtool \
     1.7 -pciutils-dev libnl-dev zlib-dev"
     1.8 +pciutils-dev libnl-dev zlib-dev gettext diffutils"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()
    1.12  {
    1.13  	cd $src
    1.14 +	sed -i 's/AC_PROG_LIBTOOL/AC_PROG_MKDIR_P\n&/' configure.ac
    1.15 +	sed -i 's/(mkdir_p)/(MKDIR_P)/' po/Makefile.in.in
    1.16  	./autogen.sh
    1.17  	./configure &&  make && make install
    1.18  }