xorg-liboldx: dropped obsolete port

This commit is contained in:
Tim Biermann 2023-05-27 11:01:55 +02:00
parent fff3a4ba91
commit 91a70b36c8
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 35 deletions

View File

@ -1,12 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/X11/
-rw-r--r-- root/root usr/include/X11/X10.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/liboldX.a
-rwxr-xr-x root/root usr/lib/liboldX.la
lrwxrwxrwx root/root usr/lib/liboldX.so -> liboldX.so.6.0.0
lrwxrwxrwx root/root usr/lib/liboldX.so.6 -> liboldX.so.6.0.0
-rwxr-xr-x root/root usr/lib/liboldX.so.6.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/oldx.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndOPLwtVxy2ipPPyflsP5XLL3xo7YA3SKuBWjduDGXHfv5PxArAby2sE1Wcb1XcR7f1VCtNvvs5GA5IHpakCm4AE=
SHA256 (Pkgfile) = 76675412602115f630c19afba1031394a0e5efeb5c27fe4cf04182ac7eef7520
SHA256 (.footprint) = 6ac31b11922bea3c4b7b9e7f3c24194b80aaac57bf4372c62d44de1ebd70dbbe
SHA256 (liboldX-1.0.1.tar.bz2) = 1091d301f5e28f84e5d755a5cde9d2f7edb82b799d051522751874571e10340f

View File

@ -1,18 +0,0 @@
# Description: xorg lib liboldX
# URL: http://xorg.freedesktop.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: xorg-libx11
name=xorg-liboldx
version=1.0.1
release=1
source=(https://www.x.org/releases/individual/lib/liboldX-$version.tar.bz2)
build() {
cd liboldX-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}