wok-next diff xorg-xf86-video-glint/receipt @ rev 19879

qemacs: does not need gcc3
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 04 18:36:44 2017 +0200 (2017-10-04)
parents
children 757d032c55c7
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-xf86-video-glint/receipt	Wed Oct 04 18:36:44 2017 +0200
     1.3 @@ -0,0 +1,44 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="xorg-xf86-video-glint"
     1.7 +VERSION="1.2.9"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Xorg driver for 3Dlabs & Texas Instruments GLINT/Permedia based \
    1.10 +video cards"
    1.11 +MAINTAINER="al.bobylev@gmail.com"
    1.12 +LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/wiki/"
    1.14 +
    1.15 +TARBALL="xf86-video-glint-$VERSION.tar.bz2"
    1.16 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.17 +
    1.18 +BUILD_DEPENDS="xorg-server-dev xorg-xf86dgaproto"
    1.19 +SPLIT="xorg-xf86-video-glint-dev"
    1.20 +PKG_RULE="std-dev"
    1.21 +
    1.22 +# Rules to configure and make the package.
    1.23 +compile_rules()
    1.24 +{
    1.25 +	./configure \
    1.26 +		--sysconfdir=/etc \
    1.27 +		--localstatedir=/var \
    1.28 +		$CONFIGURE_ARGS &&
    1.29 +	make &&
    1.30 +	make install
    1.31 +}
    1.32 +
    1.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 +genpkg_rules()
    1.35 +{
    1.36 +	case $PACKAGE in
    1.37 +		*-glint)
    1.38 +			copy @std
    1.39 +			DEPENDS="xorg-server"
    1.40 +			TAGS="xorg display"
    1.41 +			;;
    1.42 +		*-dev)
    1.43 +			copy @dev
    1.44 +			DEPENDS="xorg-xf86-video-glint xorg-server-dev"
    1.45 +			;;
    1.46 +	esac
    1.47 +}