wok rev 9666
xorg-xrandr: clean-up receipt
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 01 14:19:21 2011 +0200 (2011-05-01) |
parents | 0e5d05a1de8d |
children | b7f5000cceb9 |
files | xorg-xrandr/receipt |
line diff
1.1 --- a/xorg-xrandr/receipt Sun May 01 14:04:38 2011 +0200 1.2 +++ b/xorg-xrandr/receipt Sun May 01 14:19:21 2011 +0200 1.3 @@ -5,21 +5,19 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="X app to show system resources usage." 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg-libXrandr" 1.8 -BUILD_DEPENDS="xorg-libXrandr-dev" 1.9 SOURCE="xrandr" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.x.org/" 1.12 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.13 1.14 +DEPENDS="xorg-libXrandr" 1.15 +BUILD_DEPENDS="xorg-libXrandr-dev" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 cd $src 1.21 - ./configure --prefix=/usr --mandir=/usr/share/man \ 1.22 - $CONFIGURE_ARGS && 1.23 - make && 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + ./configure && make && make install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg.