wok diff cpufrequtils/receipt @ rev 17244

lxqt-themes: add patch
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Oct 18 21:57:38 2014 +0200 (2014-10-18)
parents fe1d4bd29615
children e3270f32432e
line diff
     1.1 --- a/cpufrequtils/receipt	Fri Mar 04 13:31:15 2011 +0100
     1.2 +++ b/cpufrequtils/receipt	Sat Oct 18 21:57:38 2014 +0200
     1.3 @@ -5,24 +5,26 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Userspace tools for the kernel cpufreq subsystem."
     1.6  MAINTAINER="gokhlayeh@slitaz.org"
     1.7 -DEPENDS="sysfsutils linux-cpufreq"
     1.8 -BUILD_DEPENDS="libtool gettext sed"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/cpufrequtils.html" 
    1.12  WGET_URL="http://www.kernel.org/pub/linux/utils/kernel/cpufreq/$TARBALL"
    1.13  
    1.14 +DEPENDS="sysfsutils linux-cpufreq"
    1.15 +BUILD_DEPENDS="libtool gettext sed"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20  	cd $src
    1.21 -	make LIBTOOL_OPT="--silent --tag=CC" && make DESTDIR=$PWD/_pkg install	
    1.22 +	make LIBTOOL_OPT="--silent --tag=CC" && make DESTDIR=$DESTDIR install	
    1.23  }
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28  	mkdir -p $fs/usr
    1.29 -	cp -a $_pkg/usr/bin $fs/usr
    1.30 -	cp -a $_pkg/usr/lib $fs/usr
    1.31 -	cp -a $_pkg/usr/share $fs/usr
    1.32 +	cp -a $install/usr/bin $fs/usr
    1.33 +	cp -a $install/usr/lib $fs/usr
    1.34 +	cp -a $install/usr/share $fs/usr
    1.35  }