summaryrefslogtreecommitdiff
path: root/nss_wrapper
diff options
context:
space:
mode:
authorAlan Mizrahi <alan+crux@mizrahi.com.ve>2016-09-01 12:12:36 +0900
committerAlan Mizrahi <alan+crux@mizrahi.com.ve>2016-09-01 12:12:36 +0900
commitde90f0f9acf6da636d92f5e9a64cab947165f16b (patch)
tree3e5c870df54b28a2dd836086d9566daa640c48b6 /nss_wrapper
parent5636c99a11ca515e94090fac92b367f70cd02d32 (diff)
downloadopt-de90f0f9acf6da636d92f5e9a64cab947165f16b.tar.gz
opt-de90f0f9acf6da636d92f5e9a64cab947165f16b.tar.xz
nss_wrapper: 1.0.3 -> 1.1.3, updated man path
Diffstat (limited to 'nss_wrapper')
-rw-r--r--nss_wrapper/.footprint11
-rw-r--r--nss_wrapper/.md5sum2
-rw-r--r--nss_wrapper/Pkgfile5
3 files changed, 9 insertions, 9 deletions
diff --git a/nss_wrapper/.footprint b/nss_wrapper/.footprint
index 095ba05d5..ceb16987d 100644
--- a/nss_wrapper/.footprint
+++ b/nss_wrapper/.footprint
@@ -7,10 +7,11 @@ drwxr-xr-x root/root usr/lib/cmake/nss_wrapper/
-rw-r--r-- root/root usr/lib/cmake/nss_wrapper/nss_wrapper-config-version.cmake
-rw-r--r-- root/root usr/lib/cmake/nss_wrapper/nss_wrapper-config.cmake
lrwxrwxrwx root/root usr/lib/libnss_wrapper.so -> libnss_wrapper.so.0
-lrwxrwxrwx root/root usr/lib/libnss_wrapper.so.0 -> libnss_wrapper.so.0.1.0
--rwxr-xr-x root/root usr/lib/libnss_wrapper.so.0.1.0
+lrwxrwxrwx root/root usr/lib/libnss_wrapper.so.0 -> libnss_wrapper.so.0.2.3
+-rwxr-xr-x root/root usr/lib/libnss_wrapper.so.0.2.3
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/nss_wrapper.pc
-drwxr-xr-x root/root usr/man/
-drwxr-xr-x root/root usr/man/man1/
--rw-r--r-- root/root usr/man/man1/nss_wrapper.1.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/nss_wrapper.1.gz
diff --git a/nss_wrapper/.md5sum b/nss_wrapper/.md5sum
index a6f1c14bd..d5475dd18 100644
--- a/nss_wrapper/.md5sum
+++ b/nss_wrapper/.md5sum
@@ -1 +1 @@
-5488434069267ff86bc479423d218bb7 nss_wrapper-1.0.3.tar.gz
+a203fbcfd747bb379e59ccd5c3c00a50 nss_wrapper-1.1.3.tar.gz
diff --git a/nss_wrapper/Pkgfile b/nss_wrapper/Pkgfile
index 2993ed266..340aeb2fd 100644
--- a/nss_wrapper/Pkgfile
+++ b/nss_wrapper/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: cmake
name=nss_wrapper
-version=1.0.3
+version=1.1.3
release=1
source=(https://ftp.samba.org/pub/cwrap/$name-$version.tar.gz)
@@ -14,8 +14,7 @@ build() {
cmake ../$name-$version \
-DCMAKE_BUILD_TYPE=Release \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DMAN_INSTALL_DIR=/usr/man
+ -DCMAKE_INSTALL_PREFIX=/usr
make
make DESTDIR=$PKG install

Generated by cgit