wok diff xorg-xdriinfo/receipt @ rev 14193
emacs-pkg-lua-mode: tidy receipt
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Tue Mar 12 23:04:56 2013 +0100 (2013-03-12) |
parents | c514cc4854d8 |
children | eb8067417980 |
line diff
1.1 --- a/xorg-xdriinfo/receipt Wed Jan 19 19:41:12 2011 +0000 1.2 +++ b/xorg-xdriinfo/receipt Tue Mar 12 23:04:56 2013 +0100 1.3 @@ -6,12 +6,13 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Query configuration information of DRI drivers" 1.6 MAINTAINER="pankso@slitaz.org" 1.7 -DEPENDS="xorg-libX11 mesa" 1.8 -BUILD_DEPENDS="xorg-libX11-dev mesa-dev" 1.9 -SUGGESTED="nvidia" 1.10 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.x.org/" 1.12 WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL" 1.13 +SUGGESTED="nvidia" 1.14 + 1.15 +DEPENDS="xorg-libX11 mesa" 1.16 +BUILD_DEPENDS="xorg-libX11-dev mesa-dev" 1.17 1.18 # Rules to configure and make the package. 1.19 compile_rules() 1.20 @@ -20,12 +21,12 @@ 1.21 ./configure --prefix=/usr \ 1.22 --mandir=/usr/share/man $CONFIGURE_ARGS && 1.23 make && 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + 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 $install/usr/bin $fs/usr 1.34 }