wok annotate xorg-xf86-video-s3/receipt @ rev 23621

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