wok annotate xorg-xdriinfo/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 6b09507225ec
children 814c58f64f83
rev   line source
pankso@3019 1 # SliTaz package receipt.
pankso@3019 2
pankso@3019 3 PACKAGE="xorg-xdriinfo"
pankso@3019 4 SOURCE="xdriinfo"
slaxemulator@7258 5 VERSION="1.0.4"
pankso@3019 6 CATEGORY="x-window"
pankso@3019 7 SHORT_DESC="Query configuration information of DRI drivers"
pankso@3019 8 MAINTAINER="pankso@slitaz.org"
pascal@15579 9 LICENSE="MIT"
gokhlayeh@6993 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@3019 11 WEB_SITE="http://www.x.org/"
pankso@3019 12 WGET_URL="http://xorg.mirror.solnet.ch/pub/individual/app/$TARBALL"
pascal@13796 13 SUGGESTED="nvidia"
pascal@13796 14
pascal@13796 15 DEPENDS="xorg-libX11 mesa"
pascal@13796 16 BUILD_DEPENDS="xorg-libX11-dev mesa-dev"
pankso@3019 17
pankso@3019 18 # Rules to configure and make the package.
pankso@3019 19 compile_rules()
pankso@3019 20 {
pankso@3019 21 cd $src
pankso@3019 22 ./configure --prefix=/usr \
pankso@3019 23 --mandir=/usr/share/man $CONFIGURE_ARGS &&
pankso@3019 24 make &&
pascal@13796 25 make DESTDIR=$DESTDIR install
pankso@3019 26 }
pankso@3019 27
pankso@3019 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3019 29 genpkg_rules()
pankso@3019 30 {
pankso@3019 31 mkdir -p $fs/usr
pascal@13796 32 cp -a $install/usr/bin $fs/usr
pankso@3019 33 }