wok-next view xf86-video-siliconmotion/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-siliconmotion"
4 VERSION="1.7.9" # 2017-01-17
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg driver for Silicon Motion based video cards"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 REPOLOGY="xdrv:siliconmotion"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 TARBALL_SHA1="8b694bf2b64a1c6808708ed8cb4b013493ea5ffa"
16 BUILD_DEPENDS="xorg-server-dev"
17 DEPENDS="xorg-server"
19 compile_rules() {
20 export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
22 ./configure $CONFIGURE_ARGS &&
23 fix libtool &&
24 make &&
25 make install
26 }
28 TAGS="Xorg display"
30 PROVIDE="xorg-xf86-video-siliconmotion"