physfs: 3.0.0 -> 3.0.2

This commit is contained in:
Danny Rawlins 2019-10-13 17:57:52 +11:00
parent e033fe55fe
commit 7f4f145507
3 changed files with 13 additions and 14 deletions

View File

@ -1,11 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/test_physfs
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/physfs.h
drwxr-xr-x root/root usr/lib/
-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.0.0
-rwxr-xr-x root/root usr/lib/libphysfs.so.3.0.0
lrwxrwxrwx root/root usr/lib/libphysfs.so.1 -> libphysfs.so.3.0.2
-rwxr-xr-x root/root usr/lib/libphysfs.so.3.0.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/physfs.pc

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36jgsb873taWAYoWmwt0f8pCpDUbzHQvL84H1UcJAnIjk4SAFet3tmO+q1DjTXGMRVnobFMhoRCmtMJu4Xvc6Ao=
SHA256 (Pkgfile) = 29822c214929e2e0bb334817f7c69d76f49d6acba3edb38a0f87cd77e3729423
SHA256 (.footprint) = 133910e426ca54d1f11ef1b5d039c8857814b814dd07c215a7271fd76474655c
SHA256 (physfs-3.0.0.tar.bz2) = f2617d6855ea97ea42e4a8ebcad404354be99dfd8a274eacea92091b27fd7324
RWSagIOpLGJF35XO7muD8rulu472B9w5oNAKN2Z403E13Vj5f3lGGl/MT3mMKroeREz6un8RJoeaWYaZhnsaOJhkcTMuXKLmJAY=
SHA256 (Pkgfile) = 0695d054529c91d547325b23e79904051c70a50adc7a2a058db359056f08c99a
SHA256 (.footprint) = 8ba663dcab105d02e7ab226a96784c85f568c7f6300468d917e30dcb5677639b
SHA256 (physfs-3.0.2.tar.bz2) = 304df76206d633df5360e738b138c94e82ccf086e50ba84f456d3f8432f9f863

View File

@ -1,23 +1,23 @@
# Description: Library to provide abstract access to various archives.
# URL: http://icculus.org/physfs/
# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Mark Rosenstand, mark at borkware dot net
# Depends on: cmake readline
name=physfs
version=3.0.0
version=3.0.2
release=1
source=(https://icculus.org/$name/downloads/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i -e 's|-Werror||' CMakeLists.txt
mkdir build
cd build
cmake \
-DPHYSFS_BUILD_STATIC=FALSE \
cmake .. \
-DCMAKE_INSTALL_PREFIX=/usr \
-DPHYSFS_BUILD_TEST=OFF.
-DCMAKE_BUILD_TYPE=Release \
-DPHYSFS_BUILD_TEST=OFF
make
make DESTDIR=$PKG install