summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorradioxoma2014-02-21 22:16:21 +0300
committerradioxoma2014-02-21 22:18:16 +0300
commit732c42f7b96381641fa50d6999f6c7059ba8343d (patch)
tree60612d632daf636aa4e63edc1308a0d79d3dbdec /PKGBUILD
parentd6bb0d9381e445934f163c911424f3ab3baaa5e9 (diff)
downloadaur-732c42f7b96381641fa50d6999f6c7059ba8343d.tar.gz
Added samples cache folder
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 6 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73d4574d18cf..1096950f19aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,12 @@
# Maintainer: radioxoma
# Contributor: dreieck
+# PKGBUILD repository:
+# https://github.com/radioxoma/aur/tree/master/fiji-binary
+
pkgname="fiji-binary"
pkgver="20130715"
-pkgrel="5"
+pkgrel="6"
pkgdesc="ImageJ distribution with a lot of plugins for scientific (especially biology related) image processing."
arch=('i686' 'x86_64')
url='http://fiji.sc/'
@@ -14,6 +17,7 @@ optdepends=('java3d: For the 3D viewer plugin.')
provides=("fiji=${pkgver}" "fiji-binary=${pkgver}")
replaces=("fiji<=${pkgver}" "fiji-binary<=${pkgver}")
conflicts=("fiji-binary-latest")
+install=fiji.install
source=(
"http://fiji.sc/downloads/Life-Line/fiji-nojre-${pkgver}.zip"
# "http://jenkins.imagej.net/job/Stable-Fiji/lastSuccessfulBuild/artifact/fiji-nojre.zip" ## This one is the "continuous build".
@@ -55,7 +59,7 @@ package()
_extractdir="${srcdir}/Fiji.app"
_targetdirinrootfs="/opt/fiji"
- _targetdir="${pkgdir}/${_targetdirinrootfs}"
+ _targetdir="${pkgdir}${_targetdirinrootfs}"
_bindir="${pkgdir}/usr/bin"
mkdir -p "${_targetdir}" || exit 111
mkdir -p "${_bindir}" || exit 116