wok-next diff xf86-video-glint/receipt @ rev 21207

try to build asterisk again
author Hans-G?nter Theisgen
date Mon Dec 02 09:52:22 2019 +0100 (2019-12-02)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xf86-video-glint/receipt	Mon Dec 02 09:52:22 2019 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +# SliTaz package receipt v2.
     1.5 +
     1.6 +PACKAGE="xf86-video-glint"
     1.7 +VERSION="1.2.9" # 2017-01-17
     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 +REPOLOGY="xdrv:glint"
    1.15 +
    1.16 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17 +WGET_URL="$XORG_MIRROR/driver/$TARBALL"
    1.18 +TARBALL_SHA1="93b56f77d5d57f7b8746f58a5098a05ca9825b1d"
    1.19 +
    1.20 +BUILD_DEPENDS="util-macros xorg-server-dev xorgproto"
    1.21 +DEPENDS="xorg-server"
    1.22 +
    1.23 +compile_rules() {
    1.24 +	export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
    1.25 +
    1.26 +	./configure $CONFIGURE_ARGS &&
    1.27 +	fix libtool &&
    1.28 +	make &&
    1.29 +	make install
    1.30 +}
    1.31 +
    1.32 +TAGS="Xorg display"
    1.33 +
    1.34 +PROVIDE="xorg-xf86-video-glint"