wok-next view xf86-video-ati/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-ati"
4 VERSION="18.1.0" # 2018-09-14
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg wrapper driver for ATI video cards"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/ati/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/x7driver.html#xorg-ati-driver"
11 REPOLOGY="xdrv:ati"
13 TARBALL="$PACKAGE-$VERSION.tar.bz2"
14 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
15 TARBALL_SHA1="87beb7d09f5b722570adda9a5a1822cbd19e7059"
17 BUILD_DEPENDS="util-macros xorg-server-dev libxrandr-dev libxrender-dev \
18 libxv-dev libdrm-dev eudev-dev"
19 DEPENDS="eudev libdrm-radeon libpciaccess"
21 compile_rules() {
22 export LDFLAGS="$LDFLAGS -Wl,-z,lazy"
24 ./configure $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }
30 TAGS="Xorg display"
32 PROVIDE="xorg-xf86-video-ati"