|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
#!/bin/bash |
|
|
|
|
# Build script for Slackware |
|
|
|
|
# Copyright (C) 2013 Damien Goutte-Gattat |
|
|
|
|
# Copyright (C) 2013,2014 Damien Goutte-Gattat |
|
|
|
|
# |
|
|
|
|
# Redistribution and use of this script, with or without modifications, |
|
|
|
|
# is permitted provided that the following conditions are met: |
|
|
|
@ -25,10 +25,10 @@
|
|
|
|
|
# Latest fiji-nojre sourcecode is available at: <http://fiji.sc/>. |
|
|
|
|
|
|
|
|
|
# Source package infos |
|
|
|
|
NAMESRC=${NAMESRC:-fiji-nojre} |
|
|
|
|
VERSION=${VERSION:-3273} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC.zip} |
|
|
|
|
WGET=${WGET:-http://jenkins.imagej.net/job/Stable-Fiji/$VERSION/artifact/$ARCHIVE} |
|
|
|
|
NAMESRC=${NAMESRC:-fiji} |
|
|
|
|
VERSION=${VERSION:-20140602} |
|
|
|
|
ARCHIVE=${ARCHIVE:-$NAMESRC-nojre-$VERSION.zip} |
|
|
|
|
WGET=${WGET:-http://fiji.sc/downloads/Life-Line/$ARCHIVE} |
|
|
|
|
|
|
|
|
|
# Build infos |
|
|
|
|
NAMEPKG=${NAMEPKG:-fiji} |
|
|
|
|