mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
development/haxe-bin: Updated for version 4.3.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5dd242d756
commit
11b6b71cd2
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="haxe-bin"
|
||||
VERSION="4.3.2"
|
||||
VERSION="4.3.3"
|
||||
HOMEPAGE="https://haxe.org"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/HaxeFoundation/haxe/releases/download/4.3.2/haxe-4.3.2-linux64.tar.gz"
|
||||
MD5SUM_x86_64="6240d7a1437e41e4a6df85a13356578e"
|
||||
DOWNLOAD_x86_64="https://github.com/HaxeFoundation/haxe/releases/download/4.3.3/haxe-4.3.3-linux64.tar.gz"
|
||||
MD5SUM_x86_64="fee61e452c1f587f98b3d4a738e873ec"
|
||||
REQUIRES="neko"
|
||||
MAINTAINER="rc-05"
|
||||
EMAIL="rc_o5@protonmail.com"
|
||||
|
|
Loading…
Reference in a new issue