xorg-xf86-input-penmount: dropped obsolete port

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

View File

@ -1,11 +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/input/
-rwxr-xr-x root/root usr/lib/xorg/modules/input/penmount_drv.la
-rwxr-xr-x root/root usr/lib/xorg/modules/input/penmount_drv.so
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man4/
-rw-r--r-- root/root usr/share/man/man4/penmount.4.gz

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndN76rpma5JhtnCrvO/3+0Z2WU4VdGEbzRdaaNgqwsDO6MO88A20IyYL4oFybyfEHpXfQ3HQDUzIkLm48E4lWZAs=
SHA256 (Pkgfile) = 51548821fffca43f4d18f183f48cae18395c0d839d3ae615fc4b11f67a1c80a9
SHA256 (.footprint) = 107a6aab5b45ce0c42e6d678493f04ca7719bc30817bf426a1efec93c66f002f
SHA256 (xf86-input-penmount-1.5.0.tar.bz2) = f45a85911a59647ba24f84c15f49d31d5f62a9bb86ca56881bf3ecbc21113ce7

View File

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