wok-next view xf86-video-cirrus/receipt @ rev 21555

updated clutter-gst (3.0.26 -> 3.0.27)
author Hans-G?nter Theisgen
date Mon Jun 22 13:46:32 2020 +0100 (2020-06-22)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-video-cirrus"
4 VERSION="1.5.3" # 2015-05-06
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg driver for Cirrus cards"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/cirrus/"
10 REPOLOGY="xdrv:cirrus"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 TARBALL_SHA1="545cbedb42e5a5ce6bdf0b9bc30a826908f284e5"
16 BUILD_DEPENDS="util-macros 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-cirrus"