wok-next annotate xorg-xf86-video-sis/receipt @ rev 19872

Up palemoon (27.5.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Sep 27 20:45:12 2017 +0200 (2017-09-27)
parents eb8067417980
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@14732 2
pascal@14732 3 PACKAGE="xorg-xf86-video-sis"
al@19805 4 VERSION="0.10.9"
pascal@14732 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Xorg driver for SiS (Silicon Integrated Systems) and XGI video \
al@19805 7 chips"
pascal@14732 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15579 9 LICENSE="MIT"
al@19805 10 WEB_SITE="https://www.x.org/wiki/sis/"
al@19805 11
al@19805 12 TARBALL="xf86-video-sis-$VERSION.tar.bz2"
pascal@14732 13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
pascal@14732 14
al@19805 15 BUILD_DEPENDS="xorg-server-dev xorg-xf86dgaproto"
al@19805 16 SPLIT="xorg-xf86-video-sis-dev"
al@19805 17 PKG_RULE="std-dev"
pascal@14732 18
pascal@14732 19 # Rules to configure and make the package.
pascal@14732 20 compile_rules()
pascal@14732 21 {
pascal@14732 22 ./configure \
pascal@14732 23 --sysconfdir=/etc \
pascal@14732 24 --localstatedir=/var \
pascal@14732 25 $CONFIGURE_ARGS &&
pascal@14732 26 make &&
al@19805 27 make install
pascal@14732 28 }
pascal@14732 29
pascal@14732 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14732 31 genpkg_rules()
pascal@14732 32 {
al@19805 33 case $PACKAGE in
al@19805 34 *-sis)
al@19805 35 copy @std
al@19805 36 DEPENDS="xorg-server"
al@19805 37 TAGS="xorg display"
al@19805 38 ;;
al@19805 39 *-dev)
al@19805 40 copy @dev
al@19805 41 DEPENDS="xorg-xf86-video-sis xorg-server-dev"
al@19805 42 ;;
al@19805 43 esac
pascal@14732 44 }