wok diff powertop/receipt @ rev 5575

linux-netfilter: don't pack ipv6 module
author Akim Bey <gokhlayeh@mailoo.org>
date Sat May 15 14:41:17 2010 +0000 (2010-05-15)
parents eb04f16915c1
children 283c2a26b28c
line diff
     1.1 --- a/powertop/receipt	Tue Jun 16 21:59:29 2009 +0200
     1.2 +++ b/powertop/receipt	Sat May 15 14:41:17 2010 +0000
     1.3 @@ -5,8 +5,8 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Utility designed to measure and explain a computer's electrical power consumption"
     1.6  MAINTAINER="domcox@slitaz.org"
     1.7 -DEPENDS="ncurses"
     1.8 -BUILD_DEPENDS="ncurses-dev"
     1.9 +DEPENDS="ncursesw"
    1.10 +BUILD_DEPENDS="acl gettext ncursesw-dev"
    1.11  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12  WEB_SITE="http://www.lesswatts.org/projects/powertop/"
    1.13  WGET_URL="http://www.lesswatts.org/projects/powertop/download/$TARBALL"
    1.14 @@ -15,7 +15,6 @@
    1.15  compile_rules()
    1.16  {
    1.17  	cd $src
    1.18 -	sed -i 's/lncursesw/lncurses/g' Makefile
    1.19  	make
    1.20  	make DESTDIR=$PWD/_pkg install
    1.21  }