wok diff nvclock/receipt @ rev 11460

orage: add popt to depends
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sat Dec 17 11:42:21 2011 +0100 (2011-12-17)
parents
children 87d98b449875
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nvclock/receipt	Sat Dec 17 11:42:21 2011 +0100
     1.3 @@ -0,0 +1,29 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="nvclock"
     1.7 +VERSION="0.8b4"
     1.8 +CATEGORY="network"
     1.9 +MAINTAINER="jozee@slitaz.org"
    1.10 +SHORT_DESC="A small utility which allows users to overclock NVIDIA based video cards"
    1.11 +WEB_SITE="http://www.linuxhardware.org/nvclock/"
    1.12 +TARBALL="$PACKAGE$VERSION.tar.gz"
    1.13 +WGET_URL="$WEB_SITE/$TARBALL"
    1.14 +TAGS="power-management"
    1.15 +
    1.16 +# Rules to configure and make the package.
    1.17 +compile_rules(){
    1.18 +  [ -d $PACKAGE$VERSION ] && mv $PACKAGE$VERSION $PACKAGE-$VERSION
    1.19 +  cd $src
    1.20 +   patch -Np1 -i $stuff/$PACKAGE-$VERSION-install.patch 
    1.21 +  ./configure --prefix=/usr --bindir=/usr/bin &&
    1.22 +  make -j 1 &&
    1.23 +  make DESTDIR=$DESTDIR install 
    1.24 +}
    1.25 +	
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/share/pixmaps
    1.30 +	cp -a $_pkg/usr/bin $fs/usr
    1.31 +	cp -a $_pkg/usr/share/icons/hicolor/48x48/apps/* $fs/usr/share/pixmaps
    1.32 +}