diff options
author | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2016-09-01 12:14:41 +0900 |
---|---|---|
committer | Alan Mizrahi <alan+crux@mizrahi.com.ve> | 2016-09-01 12:14:41 +0900 |
commit | b2f6ba03435fd4baf9826f398708dd8ec0b02221 (patch) | |
tree | 377ad605b3ea1a84d1e455c555991c5b2c3bcb5b /socket_wrapper | |
parent | 299031732d8624c9080a58ccc10f7e9b4847c6ed (diff) | |
download | opt-b2f6ba03435fd4baf9826f398708dd8ec0b02221.tar.gz opt-b2f6ba03435fd4baf9826f398708dd8ec0b02221.tar.xz |
socket_wrapper: 1.1.3 -> 1.1.7, updated man path
Diffstat (limited to 'socket_wrapper')
-rw-r--r-- | socket_wrapper/.footprint | 11 | ||||
-rw-r--r-- | socket_wrapper/.md5sum | 2 | ||||
-rw-r--r-- | socket_wrapper/Pkgfile | 5 |
3 files changed, 9 insertions, 9 deletions
diff --git a/socket_wrapper/.footprint b/socket_wrapper/.footprint index a88411306..9299a710e 100644 --- a/socket_wrapper/.footprint +++ b/socket_wrapper/.footprint @@ -5,10 +5,11 @@ drwxr-xr-x root/root usr/lib/cmake/socket_wrapper/ -rw-r--r-- root/root usr/lib/cmake/socket_wrapper/socket_wrapper-config-version.cmake -rw-r--r-- root/root usr/lib/cmake/socket_wrapper/socket_wrapper-config.cmake lrwxrwxrwx root/root usr/lib/libsocket_wrapper.so -> libsocket_wrapper.so.0 -lrwxrwxrwx root/root usr/lib/libsocket_wrapper.so.0 -> libsocket_wrapper.so.0.1.3 --rwxr-xr-x root/root usr/lib/libsocket_wrapper.so.0.1.3 +lrwxrwxrwx root/root usr/lib/libsocket_wrapper.so.0 -> libsocket_wrapper.so.0.1.7 +-rwxr-xr-x root/root usr/lib/libsocket_wrapper.so.0.1.7 drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/socket_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/socket_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/socket_wrapper.1.gz diff --git a/socket_wrapper/.md5sum b/socket_wrapper/.md5sum index 4a0a4b5d7..7dc191d3b 100644 --- a/socket_wrapper/.md5sum +++ b/socket_wrapper/.md5sum @@ -1 +1 @@ -c97b558f7c7dd17154c2c19d49897de2 socket_wrapper-1.1.3.tar.gz +695d9e0096c8fc5b66535f72a268598a socket_wrapper-1.1.7.tar.gz diff --git a/socket_wrapper/Pkgfile b/socket_wrapper/Pkgfile index 32517c0c1..a738295b0 100644 --- a/socket_wrapper/Pkgfile +++ b/socket_wrapper/Pkgfile @@ -4,7 +4,7 @@ # Depends on: cmake name=socket_wrapper -version=1.1.3 +version=1.1.7 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 |