summaryrefslogtreecommitdiffstats
path: root/system/fs-uae-launcher/fs-uae-launcher.SlackBuild
diff options
context:
space:
mode:
author Marcel Saegebarth2015-09-21 20:47:37 +0200
committer Willy Sudiarto Raharjo2015-09-26 05:05:46 +0200
commit0af41a76061ef3187e36bb15ce58458ebdf32d34 (patch)
treee23365ce6dd0cbb5ba0a6e04c4aed9f862c00de5 /system/fs-uae-launcher/fs-uae-launcher.SlackBuild
parent779c4cfa62db88382cd344b17a7b98f2f45fe07e (diff)
downloadslackbuilds-0af41a76061ef3187e36bb15ce58458ebdf32d34.tar.gz
system/fs-uae-launcher: Updated for version 2.6.1.
Signed-off-by: Marcel Saegebarth <marc@mos6581.de>
Diffstat (limited to 'system/fs-uae-launcher/fs-uae-launcher.SlackBuild')
-rw-r--r--system/fs-uae-launcher/fs-uae-launcher.SlackBuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/system/fs-uae-launcher/fs-uae-launcher.SlackBuild b/system/fs-uae-launcher/fs-uae-launcher.SlackBuild
index 899dd8ab14..b806f7c408 100644
--- a/system/fs-uae-launcher/fs-uae-launcher.SlackBuild
+++ b/system/fs-uae-launcher/fs-uae-launcher.SlackBuild
@@ -25,7 +25,7 @@
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=fs-uae-launcher
-VERSION=${VERSION:-2.4.3}
+VERSION=${VERSION:-2.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -71,12 +71,9 @@ 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 {} \;
-python setup.py build
+python3 setup.py build
make
-python setup.py install --root=$PKG
-
-mkdir -p $PKG/usr
-cp -a share $PKG/usr
+make install prefix=/usr DESTDIR=$PKG
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild