1 # Maintainer: Ernie Brodeur <ebrodeur@ujami.net>
2 # Originally this was the junglediskdesktop PKG. I have modified it to download and install the server management software.
4 pkgname=junglediskservermanagement
8 pkgdesc="Online backup and storage powered by Amazon S3™ and Rackspace. This is the server management client only."
10 url="http://www.jungledisk.com/"
12 depends=("gtk2" "libnotify" "libsm" "libxxf86vm")
15 if [ "${CARCH}" == "i686" ]; then
16 source=(http://downloads.jungledisk.com/jungledisk/${pkgname}3${_subver}.tar.gz)
17 sha1sums=('e209dfaaf5c7a2af886e3c1efeec141e2ffb7b19')
18 elif [ "${CARCH}" == "x86_64" ]; then
19 source=(http://downloads.jungledisk.com/jungledisk/${pkgname}64-3${_subver}.tar.gz)
20 sha1sums=('5f6bc284c806440fa5db4b1dbccb347033313886')
27 install -d "$pkgdir/usr/bin/"
30 install -D $pkgname "$pkgdir/usr/bin/"
32 # Command-Line Utility
33 install -D junglediskservermanagement "$pkgdir/usr/bin/junglediskservermanagement"
36 install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
39 install -D -m644 junglediskservermanagement.desktop "$pkgdir/usr/share/applications/junglediskservermanagement.desktop"
42 install -D -m644 junglediskservermanagement.png "$pkgdir/usr/share/pixmaps/junglediskservermanagement.png"