wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-video-glint"
4 VERSION="1.2.9" # 2017-01-17
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg driver for 3Dlabs & Texas Instruments GLINT/Permedia based \
7 video cards"
8 MAINTAINER="al.bobylev@gmail.com"
9 LICENSE="MIT"
10 WEB_SITE="https://www.x.org/wiki/"
11 REPOLOGY="xdrv:glint"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 TARBALL_SHA1="93b56f77d5d57f7b8746f58a5098a05ca9825b1d"
17 BUILD_DEPENDS="util-macros xorg-server-dev xorgproto"
18 DEPENDS="xorg-server"
20 compile_rules() {
21 export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
23 ./configure $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install
27 }
29 TAGS="Xorg display"
31 PROVIDE="xorg-xf86-video-glint"