2012-07-06 15:05:14 +00:00
|
|
|
# Template build file for 'xf86-video-ati-git'.
|
|
|
|
pkgname=xf86-video-ati-git
|
2011-10-21 08:12:42 +00:00
|
|
|
version="$(date -u +%Y%m%d)"
|
2012-07-06 15:05:14 +00:00
|
|
|
revision=1
|
|
|
|
nofetch=yes
|
|
|
|
noextract=yes
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-26 15:13:27 +00:00
|
|
|
replaces="xf86-video-ati>=0"
|
|
|
|
provides="xf86-video-ati-6.15"
|
2012-05-23 16:26:56 +00:00
|
|
|
depends="xorg-server"
|
2012-06-30 15:40:27 +00:00
|
|
|
makedepends="git automake pkg-config randrproto libudev-devel>=183
|
|
|
|
libpciaccess-devel libdrm-devel libXrandr-devel pixman-devel
|
|
|
|
xorg-util-macros xorg-server-devel MesaLib-devel"
|
2010-02-17 06:15:16 +00:00
|
|
|
short_desc="Xorg ATI Radeon video driver (git snapshot)"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
long_desc="
|
|
|
|
This is the video driver for ATI Radeon cards for the Xorg X11 server."
|
|
|
|
|
2011-10-14 17:24:20 +00:00
|
|
|
do_fetch() {
|
2011-07-16 20:06:49 +00:00
|
|
|
local url="git://anongit.freedesktop.org/xorg/driver/xf86-video-ati"
|
2010-12-19 23:22:12 +00:00
|
|
|
msg_normal " Fetching from master git repository...\n"
|
2011-10-14 17:24:20 +00:00
|
|
|
git clone ${url} ${pkgname}-${version}
|
2010-02-17 06:15:16 +00:00
|
|
|
}
|
|
|
|
|
2011-10-14 17:24:20 +00:00
|
|
|
pre_configure() {
|
|
|
|
./autogen.sh
|
2010-02-17 06:15:16 +00:00
|
|
|
}
|