xorg/xorg-xf86-video-siliconmotion/Pkgfile
2006-04-08 16:39:33 +02:00

18 lines
427 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.3.1.5
release=1
source=(http://xorg.freedesktop.org/releases/X11R7.0/src/everything/xf86-video-siliconmotion-$version.tar.bz2)
build() {
cd xf86-video-siliconmotion-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}