updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / cytoscape / PKGBUILD
blobd9c86c65a4049e5084bca3a770e05fcf7d71356b
1 # Contributor: florianbw <florian.bw@gmail.com>
3 pkgname=cytoscape
4 pkgver=2.8.2
5 _pkgver=2_8_2
6 pkgrel=1
7 pkgdesc='A software for visualizing molecular interaction networks and integration with gene expression profiles and other state data.'
8 arch=('i686' 'x86_64')
9 url=http://www.cytoscape.org
10 license=('LGPL2')
11 depends=('java-runtime')
12 source=("http://chianti.ucsd.edu/Cyto-$_pkgver/cytoscape-$pkgver.tar.gz" \
13         'cytoscape.desktop' \
14         'cytoscape.png' \
15         'cytoscape')
17 build() {
19         install -d ${pkgdir}/usr/share/java/cytoscape/
20         install -d ${pkgdir}/usr/share/{applications,pixmaps}
21         install -d ${pkgdir}/usr/bin
23         cd ${startdir}/
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')