xorg/xorg-xf86-video-cirrus/Pkgfile

19 lines
420 B
Plaintext

# Description: xorg driver xf86-video-cirrus
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-xf86-video-cirrus
version=1.5.3
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
}