wok diff xorg-xrandr/receipt @ rev 9839

Removed perl-html-entiites. Use perl-html-parser instead.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 14:07:10 2011 +0000 (2011-05-15)
parents c514cc4854d8
children ef25b572367b
line diff
     1.1 --- a/xorg-xrandr/receipt	Wed Jan 19 19:41:12 2011 +0000
     1.2 +++ b/xorg-xrandr/receipt	Sun May 15 14:07:10 2011 +0000
     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.