wok-current rev 23433
updated physfs and physfs-dev (3.0.1 -> 3.0.2)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Apr 01 17:36:27 2020 +0100 (2020-04-01) |
parents | 4cf10037f0f9 |
children | 58618839aa9c |
files | physfs-dev/receipt physfs/receipt |
line diff
1.1 --- a/physfs-dev/receipt Wed Apr 01 17:31:39 2020 +0100 1.2 +++ b/physfs-dev/receipt Wed Apr 01 17:36:27 2020 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="physfs-dev" 1.7 -VERSION="3.0.1" 1.8 +VERSION="3.0.2" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Abstraction layer for filesystem and archive access - development files." 1.11 MAINTAINER="devl547@gmail.com"
2.1 --- a/physfs/receipt Wed Apr 01 17:31:39 2020 +0100 2.2 +++ b/physfs/receipt Wed Apr 01 17:36:27 2020 +0100 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="physfs" 2.7 -VERSION="3.0.1" 2.8 +VERSION="3.0.2" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Abstraction layer for filesystem and archive access." 2.11 MAINTAINER="devl547@gmail.com" 2.12 @@ -23,12 +23,12 @@ 2.13 -DCMAKE_INSTALL_PREFIX=/usr \ 2.14 -DPHYSFS_BUILD_SHARED=ON \ 2.15 -DPHYSFS_BUILD_TEST=OFF && 2.16 - make DESTDIR=$DESTDIR install 2.17 + make DESTDIR=$DESTDIR install 2.18 } 2.19 2.20 # Rules to gen a SliTaz package suitable for Tazpkg. 2.21 genpkg_rules() 2.22 { 2.23 mkdir -p $fs/usr/lib 2.24 - cp -a $install/usr/lib/*.so* $fs/usr/lib 2.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.26 }