diff options
author | Larry Hajali <larryhaja@gmail.com> | 2015-01-20 05:49:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-01-20 05:49:43 +0700 |
commit | 290e53f1aa187e0a70aa216d3e06c81af8784ff3 (patch) | |
tree | 6a75161b5a92771d1e363d396d4401d3121e6a70 /libraries/http-parser/http-parser.SlackBuild | |
parent | 0ae4f2e8ef9f8c170756da9822016d7997669f7c (diff) | |
download | slackbuilds-290e53f1aa187e0a70aa216d3e06c81af8784ff3.tar.gz |
libraries/http-parser: Updated for version 2.4.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/http-parser/http-parser.SlackBuild')
-rw-r--r-- | libraries/http-parser/http-parser.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/http-parser/http-parser.SlackBuild b/libraries/http-parser/http-parser.SlackBuild index 0ee475b82b..c5882a1d58 100644 --- a/libraries/http-parser/http-parser.SlackBuild +++ b/libraries/http-parser/http-parser.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=http-parser -VERSION=${VERSION:-2.3} +VERSION=${VERSION:-2.4.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -84,7 +84,7 @@ 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 CONTRIBUTIONS LICENSE-MIT README.md $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS LICENSE-MIT README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install |