wok-next annotate xf86-video-siliconmotion/receipt @ rev 21330

updated libraw again (0.18.7 -> 0.19.5)
author Hans-G?nter Theisgen
date Thu Dec 12 16:15:51 2019 +0100 (2019-12-12)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="xf86-video-siliconmotion"
al@21072 4 VERSION="1.7.9" # 2017-01-17
al@21072 5 CATEGORY="x-window"
al@21072 6 SHORT_DESC="Xorg driver for Silicon Motion based video cards"
al@21072 7 MAINTAINER="al.bobylev@gmail.com"
al@21072 8 LICENSE="MIT"
al@21072 9 WEB_SITE="https://www.x.org/wiki/"
al@21072 10 REPOLOGY="xdrv:siliconmotion"
al@21072 11
al@21072 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21072 13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
al@21072 14 TARBALL_SHA1="8b694bf2b64a1c6808708ed8cb4b013493ea5ffa"
al@21072 15
al@21072 16 BUILD_DEPENDS="xorg-server-dev"
al@21072 17 DEPENDS="xorg-server"
al@21072 18
al@21072 19 compile_rules() {
al@21072 20 export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
al@21072 21
al@21072 22 ./configure $CONFIGURE_ARGS &&
al@21072 23 fix libtool &&
al@21072 24 make &&
al@21072 25 make install
al@21072 26 }
al@21072 27
al@21072 28 TAGS="Xorg display"
al@21072 29
al@21072 30 PROVIDE="xorg-xf86-video-siliconmotion"