1 # Contributor: florianbw <florian.bw@gmail.com>
7 pkgdesc='A software for visualizing molecular interaction networks and integration with gene expression profiles and other state data.'
9 url=http://www.cytoscape.org
11 depends=('java-runtime')
12 source=("http://chianti.ucsd.edu/Cyto-$_pkgver/cytoscape-$pkgver.tar.gz" \
19 install -d ${pkgdir}/usr/share/java/cytoscape/
20 install -d ${pkgdir}/usr/share/{applications,pixmaps}
21 install -d ${pkgdir}/usr/bin
25 cp -r ${srcdir}/cytoscape-${pkgver}/* ${pkgdir}/usr/share/java/cytoscape/
26 chmod 755 ${pkgdir}/usr/share/java/cytoscape/cytoscape.sh
27 install -D -m755 cytoscape ${pkgdir}/usr/bin/
28 install -D -m644 cytoscape.png ${pkgdir}/usr/share/pixmaps
29 install -D -m644 cytoscape.desktop ${pkgdir}/usr/share/applications
32 md5sums=('e1e74736166002e654f287cb77400e6e'
33 '0a960d9cfb84b986136c2645f4ee4eab'
34 'b579b3650a136e999307c99a844e628a'
35 'e91cce4db937d2cbbc59bd2addd4afcb')