summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2020-09-25 16:32:54 +0200
committerJuergen Daubert <jue@jue.li>2020-09-25 16:32:54 +0200
commita58f9a55ab46a85a4dff4ce12eeb94ca569e1d83 (patch)
treea2f4dab777a6d4b1056cfccd60a590a28e0046a8
parent7062ce0d62232c6284328be3b99012fadc6b3f2f (diff)
downloadopt-a58f9a55ab46a85a4dff4ce12eeb94ca569e1d83.tar.gz
opt-a58f9a55ab46a85a4dff4ce12eeb94ca569e1d83.tar.xz
uid_wrapper: update to 1.2.8
-rw-r--r--uid_wrapper/.footprint4
-rw-r--r--uid_wrapper/.signature8
-rw-r--r--uid_wrapper/Pkgfile15
3 files changed, 12 insertions, 15 deletions
diff --git a/uid_wrapper/.footprint b/uid_wrapper/.footprint
index 7bf68e3f0..64c74fe12 100644
--- a/uid_wrapper/.footprint
+++ b/uid_wrapper/.footprint
@@ -5,8 +5,8 @@ drwxr-xr-x root/root usr/lib/cmake/uid_wrapper/
-rw-r--r-- root/root usr/lib/cmake/uid_wrapper/uid_wrapper-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/uid_wrapper/uid_wrapper-config.cmake
lrwxrwxrwx root/root usr/lib/libuid_wrapper.so -> libuid_wrapper.so.0
-lrwxrwxrwx root/root usr/lib/libuid_wrapper.so.0 -> libuid_wrapper.so.0.0.6
--rwxr-xr-x root/root usr/lib/libuid_wrapper.so.0.0.6
+lrwxrwxrwx root/root usr/lib/libuid_wrapper.so.0 -> libuid_wrapper.so.0.0.9
+-rwxr-xr-x root/root usr/lib/libuid_wrapper.so.0.0.9
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/uid_wrapper.pc
drwxr-xr-x root/root usr/share/
diff --git a/uid_wrapper/.signature b/uid_wrapper/.signature
index 276963b81..6e4c1acf0 100644
--- a/uid_wrapper/.signature
+++ b/uid_wrapper/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/TQi/ywxIWerlHRlwzZGEySdiafUzVbLCwJX7ApOnC49uMJLhPuXgGUCvLhCTz/I4jDWWd96S2beXg+5QbvciAA=
-SHA256 (Pkgfile) = 740ea1dd77c0e69a0432a8ea91603a2814ba0e7d642c9b0ecef0ca7aa8243e05
-SHA256 (.footprint) = af6d03b4fb5b3cfce90a1c860b2bbbd4d2b35af45aa950c81b329c104188a713
-SHA256 (uid_wrapper-1.2.1.tar.gz) = 827c8290d9982385f18d5e0e5908a790ce1cb45d93e49727651abe9928c2df7a
+RWSE3ohX2g5d/Y5yKriwEbjCm33vhry8pUKY24I22Y3d1rDSePy8viSoomT9OMEThbhhLdi7pN0gxGE1DauSESsDwdQapL06pQo=
+SHA256 (Pkgfile) = e435860b9bc9b596bf381981f19975e3039617a4b8fedf9a6ff489426143b74c
+SHA256 (.footprint) = a67d4e4a49796e335fefd4a2a9f91402859622e3610c47d7e0d7aefebc36fd9e
+SHA256 (uid_wrapper-1.2.8.tar.gz) = 0e6f1e07d8a9c1ac5984bac3c1a9c3d9b1e35b3eb01b9e973dbc2543514b956b
diff --git a/uid_wrapper/Pkgfile b/uid_wrapper/Pkgfile
index 752f8156d..0e28373d3 100644
--- a/uid_wrapper/Pkgfile
+++ b/uid_wrapper/Pkgfile
@@ -4,18 +4,15 @@
# Depends on: cmake
name=uid_wrapper
-version=1.2.1
+version=1.2.8
release=1
source=(https://ftp.samba.org/pub/cwrap/$name-$version.tar.gz)
build() {
-
- mkdir build; cd build
-
- cmake ../$name-$version \
+ cmake -S $name-$version -B build\
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr
-
- make
- make DESTDIR=$PKG install
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib
+ cmake --build build
+ DESTDIR=$PKG cmake --install build
}

Generated by cgit