xorg-xf86-video-ark: dropped obsolete port

This commit is contained in:
Tim Biermann 2023-05-27 11:01:56 +02:00
parent 7924faf6bf
commit 7d318ee0f8
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 28 deletions

View File

@ -1,7 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/xorg/
drwxr-xr-x root/root usr/lib/xorg/modules/
drwxr-xr-x root/root usr/lib/xorg/modules/drivers/
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/ark_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/drivers/ark_drv.so

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndME4wWyVYMQXS2vrydb9+nDv5ljI16iKROuEb9iG7S9BfgiyOIhG1tmG+4d7Cdb690E8QZ3+SiZuj3SCBW8iyAM=
SHA256 (Pkgfile) = 382c8c7570f87549367d20b111af864f07140e63407ae5444eb2739c375176a6
SHA256 (.footprint) = eaaf44cfb594b96bdcbe3bd6488412e8b45511be199fc7e32cf2ad3f0cbe1a90
SHA256 (xf86-video-ark-0.7.6.tar.xz) = 5acc9e78122ff6f4390787b2d0d44df81379bd613b6245983cc4bf3f325d085d

View File

@ -1,16 +0,0 @@
# 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
}