wok-next diff powertop/receipt @ rev 5476
Fixed a typo in vlc depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed May 05 23:43:46 2010 -0400 (2010-05-05) |
parents | eb04f16915c1 |
children | 283c2a26b28c |
line diff
1.1 --- a/powertop/receipt Tue Jun 16 21:59:29 2009 +0200 1.2 +++ b/powertop/receipt Wed May 05 23:43:46 2010 -0400 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 }