# HG changeset patch # User Pascal Bellard # Date 1349078911 -7200 # Node ID 3957e60d62399dc26d69406109144b3d8b3df6a1 # Parent 9fca00a1918ea7a928910a2d8293b4e7a3667ece powertop: fix deps, bdeps & genpkg_rules diff -r 9fca00a1918e -r 3957e60d6239 powertop/receipt --- a/powertop/receipt Mon Oct 01 01:39:13 2012 +0200 +++ b/powertop/receipt Mon Oct 01 10:08:31 2012 +0200 @@ -5,13 +5,15 @@ CATEGORY="system-tools" SHORT_DESC="Utility designed to measure and explain a computer's electrical power consumption" MAINTAINER="domcox@slitaz.org" -DEPENDS="ncursesw" -BUILD_DEPENDS="acl gettext ncursesw-dev wget autoconf automake libtool" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://www.lesswatts.org/projects/powertop/" WGET_URL="https://01.org/powertop/sites/default/files/downloads/$TARBALL" TAGS="power-management" +DEPENDS="ncursesw pciutils libnl zlib gcc-lib-base" +BUILD_DEPENDS="acl gettext ncursesw-dev wget autoconf automake libtool \ +pciutils-dev libnl-dev zlib-dev" + # Rules to configure and make the package. compile_rules() { @@ -24,6 +26,6 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $_pkg/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr }