physfs: dropped unmaintained port

This commit is contained in:
Tim Biermann 2023-09-24 09:32:54 +02:00
parent fa88718a4c
commit f945e284f9
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 40 deletions

View File

@ -1,14 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/physfs.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/cmake/
drwxr-xr-x root/root usr/lib/cmake/PhysFS/
-rw-r--r-- root/root usr/lib/cmake/PhysFS/PhysFSConfig-release.cmake
-rw-r--r-- root/root usr/lib/cmake/PhysFS/PhysFSConfig.cmake
-rw-r--r-- root/root usr/lib/libphysfs.a
lrwxrwxrwx root/root usr/lib/libphysfs.so -> libphysfs.so.1
lrwxrwxrwx root/root usr/lib/libphysfs.so.1 -> libphysfs.so.3.2.0
-rwxr-xr-x root/root usr/lib/libphysfs.so.3.2.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/physfs.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39X3VWScPhX0jslHVuRuU04Q+FG/k3Nr6hzc0Rl0zmec5ZSxV7utIfQQ/T6mX7vouBjL98WOvjqjx4CtwtlrngM=
SHA256 (Pkgfile) = 067e20580b5c02938788e28045414b50e11c1829c6dfd46b61f365a24a0a8835
SHA256 (.footprint) = 4f2291a031c908a97e63d1351b878d35e49cd533452b9964d02e037e66ee3982
SHA256 (physfs-3.2.0.tar.gz) = 1991500eaeb8d5325e3a8361847ff3bf8e03ec89252b7915e1f25b3f8ab5d560

View File

@ -1,21 +0,0 @@
# Description: Library to provide abstract access to various archives.
# URL: http://icculus.org/physfs/
# Maintainer: UNMAINTAINED
name=physfs
version=3.2.0
release=1
source=(https://github.com/icculus/$name/archive/release-$version/$name-$version.tar.gz)
build() {
cmake -S $name-release-$version -B build -G Ninja \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D PHYSFS_BUILD_TEST=OFF \
-Wno-dev
ninja -C build -j ${JOBS:-1}
DESTDIR=$PKG cmake --install build
}