wok annotate xorg-xf86-video-trident/receipt @ rev 22991

updated l3afpad (0.8.18.1.10 -> 0.8.18.1.11)
author Hans-G?nter Theisgen
date Sun Mar 01 17:39:44 2020 +0100 (2020-03-01)
parents 814c58f64f83
children 5d79829fa876
rev   line source
pankso@451 1 # SliTaz package receipt.
pankso@451 2
pankso@451 3 PACKAGE="xorg-xf86-video-trident"
Hans-G?nter@22282 4 VERSION="1.3.8"
pankso@451 5 CATEGORY="x-window"
Hans-G?nter@22282 6 TAGS="xorg display"
pankso@451 7 SHORT_DESC="Xorg driver for trident cards."
pankso@451 8 MAINTAINER="pankso@slitaz.org"
pascal@15579 9 LICENSE="MIT"
Hans-G?nter@22282 10 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22282 11
pankso@451 12 SOURCE="xf86-video-trident"
gokhlayeh@6993 13 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@451 14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
pankso@451 15
pankso@12530 16 DEPENDS="xorg-server"
pankso@12530 17 BUILD_DEPENDS="xorg-server-dev"
pankso@12530 18
pankso@12530 19 MODS='/usr/lib/X11/modules'
pankso@12530 20
pankso@451 21 # Rules to configure and make the package.
pankso@451 22 compile_rules()
pankso@451 23 {
Hans-G?nter@22282 24 ./configure \
Hans-G?nter@22282 25 --sysconfdir=/etc \
Hans-G?nter@22282 26 --mandir=/usr/share/man \
Hans-G?nter@22282 27 --localstatedir=/var \
Hans-G?nter@22282 28 --with-xorg-module-dir=$MODS \
pankso@12530 29 $CONFIGURE_ARGS &&
Hans-G?nter@22282 30 make &&
Hans-G?nter@22282 31 make install
pankso@451 32 }
pankso@451 33
pankso@451 34 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@451 35 genpkg_rules()
pankso@451 36 {
pankso@12530 37 mkdir -p ${fs}${MODS}/drivers
pankso@12530 38 cp -a ${install}${MODS}/drivers/*.so ${fs}${MODS}/drivers
pankso@451 39 }