xorg/xorg-xf86-video-siliconmotion/Pkgfile
2019-04-14 20:34:34 +10:00

19 lines
438 B
Plaintext

# Description: xorg driver xf86-video-siliconmotion
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-server
name=xorg-xf86-video-siliconmotion
version=1.7.9
release=1
source=(https://www.x.org/releases/individual/driver/xf86-video-siliconmotion-$version.tar.bz2)
build() {
cd xf86-video-siliconmotion-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}