xorg/xorg-xf86-video-ark/Pkgfile

17 lines
395 B
Plaintext

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