ports/contrib (3.7): libdeflate: 1.14 -> 1.15
commit 17cd44e46355f1f509ee3b0553f6d37cc311d93c Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 5 14:15:49 2022 +0000 libdeflate: 1.14 -> 1.15 diff --git a/libdeflate/.footprint b/libdeflate/.footprint index f723dbd83..e0efc044c 100644 --- a/libdeflate/.footprint +++ b/libdeflate/.footprint @@ -5,6 +5,12 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/libdeflate.h drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/cmake/ +drwxr-xr-x root/root usr/lib/cmake/libdeflate/ +-rw-r--r-- root/root usr/lib/cmake/libdeflate/libdeflate-config-version.cmake +-rw-r--r-- root/root usr/lib/cmake/libdeflate/libdeflate-config.cmake +-rw-r--r-- root/root usr/lib/cmake/libdeflate/libdeflate-targets-release.cmake +-rw-r--r-- root/root usr/lib/cmake/libdeflate/libdeflate-targets.cmake -rw-r--r-- root/root usr/lib/libdeflate.a lrwxrwxrwx root/root usr/lib/libdeflate.so -> libdeflate.so.0 -rwxr-xr-x root/root usr/lib/libdeflate.so.0 diff --git a/libdeflate/.signature b/libdeflate/.signature index 9cb7e59e6..5295b2e9f 100644 --- a/libdeflate/.signature +++ b/libdeflate/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF378XPWbUhJhZ4uYCb/RprhMNV2MK8K50n4QKhzygx7/0FWE4AeRmXAMTz8TZGuAi0phr0dV/nTPTRaxFKxI11A0= -SHA256 (Pkgfile) = 111bdae955825d0994cdcc99016acb439edc21c2c43db58b9e7d3a6743d693f2 -SHA256 (.footprint) = b54f28a8404691ab4846b6a692562a564da18a2e8da2f0e3af66157cf304d0a4 -SHA256 (libdeflate-1.14.tar.gz) = 89e7df898c37c3427b0f39aadcf733731321a278771d20fc553f92da8d4808ac +RWSagIOpLGJF33qhb0i3J/l5VGiOdfU5a+3ydH4Ft7txgO48R4gzKRtf1AsRQp1rNB0GMgz8AQHksNuVCZSAFQrUSEouHABOPQ0= +SHA256 (Pkgfile) = 111a6f2e59be8b122f226f0acc623cdbaa5d61cabbf5841ad09b2dfcca5aa2f5 +SHA256 (.footprint) = 701e57e7567ff78d2714641553d5e0c412d89f3f2aa40245d13814a162d5cf9f +SHA256 (libdeflate-1.15.tar.gz) = 58b95040df7383dc0413defb700d9893c194732474283cc4c8f144b00a68154b diff --git a/libdeflate/Pkgfile b/libdeflate/Pkgfile index 8b8ea6073..d2416d260 100644 --- a/libdeflate/Pkgfile +++ b/libdeflate/Pkgfile @@ -4,12 +4,18 @@ # Depends on: name=libdeflate -version=1.14 +version=1.15 release=1 source=(https://github.com/ebiggers/libdeflate/archive/v$version/$name-$version.tar....) build() { - cd $name-$version - make PREFIX=/usr - make PREFIX=/usr DESTDIR=$PKG install + cmake -S $name-$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" \ + -Wno-dev + + cmake --build build + DESTDIR=$PKG cmake --install build }
participants (1)
-
crux@crux.nu