Added xf86-video-nouveau build template (git repo).

This commit is contained in:
Juan RP 2011-06-21 00:06:40 +02:00
parent 05cee86abd
commit fbce3a4d2e

View file

@ -0,0 +1,42 @@
# Template build file for 'xf86-video-nouveau'.
pkgname=xf86-video-nouveau
_distver=0.0.16
_gitver=20110620
version=${_distver}.${_gitver}
build_style=gnu_configure
short_desc="Xorg OpenSource NVIDIA video driver"
maintainer="Mike Rosset <mike.rosset@gmail.com>"
homepage="http://nouveau.freedesktop.org/wiki/"
license="GPL-2, MIT"
checksum=017974b622eea3b4483405368492b0c6f178854a9b9753d50e13c578b8a328dc
long_desc="
This is the video driver for NVIDIA cards for the Xorg by using the
free software stack, nouveau."
nofetch=yes
Add_dependency run glibc
Add_dependency run libdrm
Add_dependency run libudev
Add_dependency run xorg-server
Add_dependency build git
Add_dependency build automake
Add_dependency build pkg-config
Add_dependency build libdrm-devel
Add_dependency build libudev-devel
Add_dependency build xorg-server-devel
do_fetch()
{
local gitrepo="git://anongit.freedesktop.org/nouveau/xf86-video-nouveau"
msg_normal "Fetching source from git repo at: $gitrepo\n"
git clone -v --depth 1 $gitrepo ${pkgname}-${version}
}
pre_configure()
{
./autogen.sh --prefix=/usr
}