wok diff xorg-x11perf/receipt @ rev 17543

Up busybox (1.23.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 27 16:55:03 2015 +0100 (2015-01-27)
parents c514cc4854d8
children 23ce1447493d
line diff
     1.1 --- a/xorg-x11perf/receipt	Wed Jan 19 19:41:12 2011 +0000
     1.2 +++ b/xorg-x11perf/receipt	Tue Jan 27 16:55:03 2015 +0100
     1.3 @@ -5,26 +5,28 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Utility who runs one or more performance tests and reports."
     1.6  MAINTAINER="paul@slitaz.org"
     1.7 -DEPENDS="xorg-libXmu xorg-libXft"
     1.8 -BUILD_DEPENDS="xorg-libXmu-dev xorg-libXft-dev"
     1.9 +LICENSE="MIT"
    1.10  SOURCE="x11perf"
    1.11  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://xorg.freedesktop.org/"
    1.13  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.14  
    1.15 +DEPENDS="xorg-libXmu xorg-libXft"
    1.16 +BUILD_DEPENDS="xorg-libXmu-dev xorg-libXft-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22  	./configure --prefix=/usr \
    1.23  	--mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.24 -	make && make DESTDIR=$PWD/_pkg install
    1.25 +	make && make DESTDIR=$DESTDIR install
    1.26  }
    1.27  
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31  	mkdir -p $fs/usr
    1.32 -	cp -a $_pkg/usr/bin $fs/usr
    1.33 -	cp -a $_pkg/usr/lib $fs/usr
    1.34 +	cp -a $install/usr/bin $fs/usr
    1.35 +	cp -a $install/usr/lib $fs/usr
    1.36  }