wok rev 5310

powertop: fix UTF-8 display bug
author Dominique Corbex <domcox@slitaz.org>
date Tue Apr 20 20:33:50 2010 +0200 (2010-04-20)
parents b1c80961bb47
children 0b1145da524f
files powertop/receipt
line diff
     1.1 --- a/powertop/receipt	Tue Apr 20 20:04:38 2010 +0200
     1.2 +++ b/powertop/receipt	Tue Apr 20 20:33:50 2010 +0200
     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  }