wok rev 11132

Up: xorg-xset to 1.2.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 26 20:55:00 2011 +0000 (2011-10-26)
parents 96189db539e4
children 5ecfbd069597
files xorg-xset/receipt
line diff
     1.1 --- a/xorg-xset/receipt	Wed Oct 26 20:53:15 2011 +0000
     1.2 +++ b/xorg-xset/receipt	Wed Oct 26 20:55:00 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xset"
     1.7 -VERSION="1.2.1"
     1.8 +VERSION="1.2.2"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Xorg user preference utility."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -16,9 +16,9 @@
    1.13  compile_rules()
    1.14  {
    1.15  	cd $src
    1.16 -	./configure --prefix=/usr --infodir=/usr/share/info \
    1.17 -	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.18 -	make && make DESTDIR=$PWD/_pkg install
    1.19 +	./configure \
    1.20 +		$CONFIGURE_ARGS && \
    1.21 +	make && make DESTDIR=$DESTDIR install
    1.22  }
    1.23  
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.