xorg/xorg-xf86-video-cirrus/Pkgfile
2015-05-06 23:48:51 +02:00

19 lines
438 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=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-cirrus-$version.tar.bz2)
build() {
cd xf86-video-cirrus-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
}