wok-next annotate xorg-xf86-video-s3virge/receipt @ rev 19805

Update full xorg-* stack (add / upgrade / remove no more compiled packages with this xorg-server), normalize receipts to v2.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 14 16:02:21 2017 +0300 (2017-07-14)
parents eb8067417980
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@14732 2
pascal@14732 3 PACKAGE="xorg-xf86-video-s3virge"
al@19805 4 VERSION="1.10.7"
pascal@14732 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Xorg driver for Trident S3 virge cards"
pascal@14732 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/s3virge/"
al@19805 10
al@19805 11 TARBALL="xf86-video-s3virge-$VERSION.tar.bz2"
pascal@14732 12 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
pascal@14732 13
pascal@14732 14 BUILD_DEPENDS="xorg-server-dev"
al@19805 15 SPLIT="xorg-xf86-video-s3virge-dev"
al@19805 16 PKG_RULE="std-dev"
pascal@14732 17
pascal@14732 18 # Rules to configure and make the package.
pascal@14732 19 compile_rules()
pascal@14732 20 {
pascal@14732 21 ./configure \
pascal@14732 22 --sysconfdir=/etc \
pascal@14732 23 --localstatedir=/var \
pascal@14732 24 $CONFIGURE_ARGS &&
pascal@14732 25 make &&
al@19805 26 make install
pascal@14732 27 }
pascal@14732 28
pascal@14732 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14732 30 genpkg_rules()
pascal@14732 31 {
al@19805 32 case $PACKAGE in
al@19805 33 *-s3virge)
al@19805 34 copy @std
al@19805 35 DEPENDS="xorg-server"
al@19805 36 TAGS="xorg display"
al@19805 37 ;;
al@19805 38 *-dev)
al@19805 39 copy @dev
al@19805 40 DEPENDS="xorg-xf86-video-s3virge xorg-server-dev"
al@19805 41 ;;
al@19805 42 esac
pascal@14732 43 }