diff options
author | rc-05 <rc_o5@protonmail.com> | 2023-11-26 09:38:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-26 09:45:02 +0700 |
commit | 11b6b71cd272f2c8e4bcd56c5a6ed3fc4b67f879 (patch) | |
tree | 1f42705afff121c2b59f0934b9794d3f5c7a015a /development/haxe-bin/haxe-bin.SlackBuild | |
parent | 5dd242d7566ec8bade320a588af169f859366536 (diff) |
development/haxe-bin: Updated for version 4.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/haxe-bin/haxe-bin.SlackBuild')
-rw-r--r-- | development/haxe-bin/haxe-bin.SlackBuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/development/haxe-bin/haxe-bin.SlackBuild b/development/haxe-bin/haxe-bin.SlackBuild index bcec9452b6..2dc26cc7af 100644 --- a/development/haxe-bin/haxe-bin.SlackBuild +++ b/development/haxe-bin/haxe-bin.SlackBuild @@ -25,12 +25,12 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haxe-bin -VERSION=${VERSION:-4.3.2} +VERSION=${VERSION:-4.3.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -COMMIT_VER=${PRGNAM%-bin}_20230901120757_a6ac3ae +COMMIT_VER=${PRGNAM%-bin}_20231117191750_de28889 ARCH="$(uname -m)" if [ "$ARCH" != "x86_64" ]; then @@ -62,9 +62,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ - | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild cp -t $PKG/usr/doc/$PRGNAM-$VERSION *.txt @@ -72,6 +69,9 @@ cp -t $PKG/usr/doc/$PRGNAM-$VERSION *.txt mkdir -p $PKG/usr/bin cp -t $PKG/usr/bin haxe haxelib +find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ + | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true + mkdir -p $PKG/usr/share/${PRGNAM%-bin} cp -t $PKG/usr/share/${PRGNAM%-bin} -R std |