1 # Maintainer: Michael Schubert <mschu.dev at google mail>
6 pkgdesc="BioMart is a query-oriented data management system"
8 url="http://www.biomart.org/"
10 depends=('java-runtime')
11 source=('ftp://ftp.ebi.ac.uk/pub/software/biomart/martj_current/martj-bin.tar.gz')
12 md5sums=('9381d0fd3a76652bfbebc60b209d9e0c')
15 mkdir -p $pkgdir/opt/biomart
16 cp -r $srcdir/martj-bin/* $pkgdir/opt/biomart/
18 mkdir -p $pkgdir/usr/bin
19 for L in martbuilder marteditor martexplorer martregistrydbtool martrunner martshell; do
20 ln -s /opt/biomart/bin/$L.sh $pkgdir/usr/bin/$L