# HG changeset patch # User Christophe Lincoln # Date 1304252361 -7200 # Node ID aaed053572c309996b952f612c3e84513662658e # Parent 0e5d05a1de8dbae38668d8df00fd8982785b830a xorg-xrandr: clean-up receipt diff -r 0e5d05a1de8d -r aaed053572c3 xorg-xrandr/receipt --- a/xorg-xrandr/receipt Sun May 01 14:04:38 2011 +0200 +++ b/xorg-xrandr/receipt Sun May 01 14:19:21 2011 +0200 @@ -5,21 +5,19 @@ CATEGORY="x-window" SHORT_DESC="X app to show system resources usage." MAINTAINER="pankso@slitaz.org" -DEPENDS="xorg-libXrandr" -BUILD_DEPENDS="xorg-libXrandr-dev" SOURCE="xrandr" TARBALL="$SOURCE-$VERSION.tar.bz2" WEB_SITE="http://www.x.org/" WGET_URL="$XORG_MIRROR/app/$TARBALL" +DEPENDS="xorg-libXrandr" +BUILD_DEPENDS="xorg-libXrandr-dev" + # Rules to configure and make the package. compile_rules() { cd $src - ./configure --prefix=/usr --mandir=/usr/share/man \ - $CONFIGURE_ARGS && - make && - make DESTDIR=$PWD/_pkg install + ./configure && make && make install } # Rules to gen a SliTaz package suitable for Tazpkg.