xf86-video-ati-git-snapshot: make this build.
This commit is contained in:
parent
488e8952aa
commit
6bece221d4
|
@ -2,6 +2,7 @@
|
|||
pkgname=xf86-video-ati-git-snapshot
|
||||
version="$(date +%Y%m%d)"
|
||||
build_style=gnu_configure
|
||||
build_wrksrc=${pkgname}
|
||||
short_desc="Xorg ATI Radeon video driver (git snapshot)"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
long_desc="
|
||||
|
@ -17,24 +18,28 @@ Add_dependency run libudev
|
|||
Add_dependency run libpciaccess
|
||||
Add_dependency run libdrm
|
||||
Add_dependency run pixman
|
||||
Add_dependency run xorg-server
|
||||
|
||||
Add_dependency build git
|
||||
Add_dependency build automake
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build randrproto
|
||||
Add_dependency build libudev-devel
|
||||
Add_dependency build libpciaccess-devel
|
||||
Add_dependency build libdrm-devel
|
||||
Add_dependency build libXrandr-devel
|
||||
Add_dependency build pixman-devel
|
||||
Add_dependency build automake
|
||||
Add_dependency build xorg-util-macros
|
||||
Add_dependency build git
|
||||
Add_dependency full xorg-server
|
||||
Add_dependency build xorg-server-devel
|
||||
|
||||
do_fetch()
|
||||
{
|
||||
local url="git://anongit.freedesktop.org/xorg/driver/xf86-video-ati"
|
||||
msg_normal " Fetching from master git repository...\n"
|
||||
git clone git://anongit.freedesktop.org/xorg/driver/xf86-video-ati \
|
||||
${pkgname}-${version}
|
||||
cd ${wrksrc} && git clone ${url} ${build_wrksrc}
|
||||
}
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
cd ${wrksrc} && ./autogen.sh
|
||||
cd ${build_wrksrc} && ./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue