wok-next view xf86-video-sis/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-video-sis"
4 VERSION="0.10.9" # 2017-01-17
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg driver for SiS (Silicon Integrated Systems) and XGI video \
7 chips"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://www.x.org/wiki/sis/"
11 REPOLOGY="xdrv:sis"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 TARBALL_SHA1="c0009118307b8cf110d43dbd0a174de2f90dfbcc"
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-sis"