diff options
Diffstat (limited to 'acompiler/xorg-xf86-video-cirrus/Pkgfile')
-rw-r--r-- | acompiler/xorg-xf86-video-cirrus/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/acompiler/xorg-xf86-video-cirrus/Pkgfile b/acompiler/xorg-xf86-video-cirrus/Pkgfile new file mode 100644 index 000000000..301a10619 --- /dev/null +++ b/acompiler/xorg-xf86-video-cirrus/Pkgfile @@ -0,0 +1,19 @@ +# Description: Pilote video xf86-video-cirrus pour xorg +# URL: http://xorg.freedesktop.org +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg-server + +name=xorg-xf86-video-cirrus +version=1.3.2 +release=2 +source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-cirrus-$version.tar.bz2) + +build() { + cd xf86-video-cirrus-$version + + ./configure --prefix=/usr + + make + make DESTDIR=$PKG install +} |