diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2018-05-10 09:16:44 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-05-12 06:58:30 +0700 |
commit | 1f89edd08362ed84ae7d8c381d653569dbda00b0 (patch) | |
tree | 9c56ed4c261a01bbe90661227df469aa65bd742a /libraries/msgpack-c/msgpack-c.SlackBuild | |
parent | 548459c052e0afbe936da2b1364bfe5fd29aefd5 (diff) |
libraries/msgpack-c: Updated for version 3.0.0.
Diffstat (limited to 'libraries/msgpack-c/msgpack-c.SlackBuild')
-rw-r--r-- | libraries/msgpack-c/msgpack-c.SlackBuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/libraries/msgpack-c/msgpack-c.SlackBuild b/libraries/msgpack-c/msgpack-c.SlackBuild index 9aa218480414b..a460d624ce89d 100644 --- a/libraries/msgpack-c/msgpack-c.SlackBuild +++ b/libraries/msgpack-c/msgpack-c.SlackBuild @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. SRCNAM=msgpack -PRGNAM=msgpack-c -VERSION=${VERSION:-2.1.5} +PRGNAM=$SRCNAM-c +VERSION=${VERSION:-3.0.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -86,7 +86,9 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING LICENSE_1_0.txt NOTICE README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a \ + AUTHORS COPYING LICENSE_1_0.txt NOTICE README \ + $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |