xorg/xorg-xf86-video-mach64/Pkgfile
2008-06-27 14:13:41 +02:00

20 lines
442 B
Plaintext

# Description: xorg driver xf86-video-mach64
# URL: http://xorg.freedesktop.org
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
name=xorg-xf86-video-mach64
version=6.8.0
release=1
source=(http://xorg.freedesktop.org/releases/individual/driver/xf86-video-mach64-$version.tar.bz2)
build() {
cd xf86-video-mach64-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rmdir $PKG/usr/{man/man4,man}
}