xorg/xorg-xf86-video-siliconmotion/Pkgfile
2006-05-23 17:49:45 +02: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.1
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
}