physfs: 2.0.3 -> 3.0.0

This commit is contained in:
Danny Rawlins 2017-10-13 20:45:52 +11:00
parent 3a9e8be293
commit 2ec941b755
4 changed files with 13 additions and 10 deletions

View File

@ -5,5 +5,7 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/physfs.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libphysfs.so -> libphysfs.so.1
lrwxrwxrwx root/root usr/lib/libphysfs.so.1 -> libphysfs.so.2.0.3
-rwxr-xr-x root/root usr/lib/libphysfs.so.2.0.3
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
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/physfs.pc

View File

@ -1 +1 @@
c2c727a8a8deb623b521b52d0080f613 physfs-2.0.3.tar.bz2
209b4af69e7b3342906fb4c9d4379fdd physfs-3.0.0.tar.bz2

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF36eKmnp9RgStBSZrv+38402tnmMlBTzpvExeF4FrMJHJc8/n29/U2O3SA6GfoRMpFhdKgytJXDhld68EhA8+xAo=
SHA256 (Pkgfile) = 99d4706f0f51a858334ea3414f8d69764219a6e28006a85b18976908cb809be7
SHA256 (.footprint) = 4ff561bc2734ea949db5f7a9a25c5b4c3bff7b3514bd81af136774141f86ed1f
SHA256 (physfs-2.0.3.tar.bz2) = ca862097c0fb451f2cacd286194d071289342c107b6fe69079c079883ff66b69
RWSagIOpLGJF34xVlVNfZLZJAD04UlAOq7v1t1y8PbztA/v2sK6r2na1eF9QzvSryTFU74rFULAeyV0e2Suzeby+zmOAHOzllAs=
SHA256 (Pkgfile) = f20a6382bcfbf4fb7a25629d9715a3bfa5ee401aea2213d32e0264e9253941d3
SHA256 (.footprint) = 133910e426ca54d1f11ef1b5d039c8857814b814dd07c215a7271fd76474655c
SHA256 (physfs-3.0.0.tar.bz2) = f2617d6855ea97ea42e4a8ebcad404354be99dfd8a274eacea92091b27fd7324

View File

@ -5,9 +5,9 @@
# Depends on: cmake readline zlib
name=physfs
version=2.0.3
version=3.0.0
release=1
source=(http://icculus.org/$name/downloads/$name-$version.tar.bz2)
source=(https://icculus.org/$name/downloads/$name-$version.tar.bz2)
build() {
cd $name-$version
@ -16,7 +16,8 @@ build() {
cmake \
-DPHYSFS_BUILD_STATIC=FALSE \
-DCMAKE_INSTALL_PREFIX=/usr .
-DCMAKE_INSTALL_PREFIX=/usr \
-DPHYSFS_BUILD_TEST=OFF.
make
make DESTDIR=$PKG install