diff options
Diffstat (limited to 'development/android-studio/android-studio.SlackBuild')
-rw-r--r-- | development/android-studio/android-studio.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/development/android-studio/android-studio.SlackBuild b/development/android-studio/android-studio.SlackBuild index 6f92ebbd66..256597d74a 100644 --- a/development/android-studio/android-studio.SlackBuild +++ b/development/android-studio/android-studio.SlackBuild @@ -2,6 +2,7 @@ # Slackware build script for Android Studio # Copyright 2012-2017 Roberto Metere, Cagliari (CA), Italy <roberto@metere.it> +# Updated 2025, Lockywolf # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -24,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=android-studio -VERSION=${VERSION:-3.5.0_191.5791312} +VERSION=${VERSION:-2024.3.2.15} BUILD=${BUILD:-1} ARCH=${ARCH:-$(uname -m)} TAG=${TAG:-_SBo} @@ -33,7 +34,7 @@ PKGTYPE=${PKGTYPE:-tgz} MAJORVER=${VERSION%_*} MINORVER=$(echo ${VERSION#*_} | sed 's/_/./') -PKGNAM=android-studio-ide-${MINORVER}-linux.tar.gz +PKGNAM=android-studio-${MINORVER}-linux.tar.gz # If the variable PRINT_PACKAGE_NAME is set, then this script will report what # the name of the created package would be, and then exit. This information @@ -91,6 +92,7 @@ cat ${CWD}/${PRGNAM}.SlackBuild > \ mkdir -p ${PKG}/install cat ${CWD}/slack-desc > ${PKG}/install/slack-desc +cat $CWD/doinst.sh > $PKG/install/doinst.sh cd ${PKG} /sbin/makepkg -l y -c n ${OUTPUT}/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.$PKGTYPE |