wok-next annotate xorg-xdriinfo/receipt @ rev 19865

slitaz-base-files: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Sep 12 03:41:56 2017 +0300 (2017-09-12)
parents f463de72afe3
children 0e7893ac206d
rev   line source
al@19805 1 # SliTaz package receipt v2.
pankso@3019 2
pankso@3019 3 PACKAGE="xorg-xdriinfo"
al@19645 4 VERSION="1.0.5"
pankso@3019 5 CATEGORY="x-window"
pankso@3019 6 SHORT_DESC="Query configuration information of DRI drivers"
pankso@3019 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19645 9 WEB_SITE="https://www.x.org/wiki/"
pascal@13796 10
al@19645 11 TARBALL="xdriinfo-$VERSION.tar.bz2"
al@19645 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
al@19645 13
al@19645 14 BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-glproto mesa-dev"
al@19805 15 PKG_RULE="std"
pankso@3019 16
pankso@3019 17 # Rules to configure and make the package.
pankso@3019 18 compile_rules()
pankso@3019 19 {
al@19805 20 ./configure \
al@19805 21 --sysconfdir=/etc \
al@19805 22 --localstatedir=/var \
al@19805 23 $CONFIGURE_ARGS &&
al@19805 24 make &&
al@19805 25 make 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 {
al@19805 31 copy @std
al@19805 32 DEPENDS="mesa xorg-libX11"
al@19805 33 SUGGESTED="nvidia"
pankso@3019 34 }