xorg/xorg-xf86-video-siliconmotion/Pkgfile
2007-02-16 16:09:39 +01:00

18 lines
420 B
Plaintext

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