updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / jondo / PKGBUILD
blob90f1c61bb41177474cdc190f4e2e3fde3604bff0
1 # Maintainer: Max Roder <maxroder@web.de>
2 # Contributor: Rorschach <r0rschach@lavabit.com>
3 # Contributor: Daniel Griffiths <ghost1227@archlinux.us>
4 # Contributor: Chaniyth <chaniyth@yahoo.com>
6 pkgname='jondo'
7 pkgver='00.17.001'
8 pkgrel='1'
9 pkgdesc='Redirects internet traffic trough a mix of proxy servers to hide the origin of the requests.'
10 arch=('any')
11 license=('BSD')
12 url='http://www.jondos.de'
13 depends=('java-environment' 'bash')
14 source=('http://anonymous-proxy-servers.net/downloads/JAP.jar'
15                 'jondo'
16                 'jondo.xpm'
17                 'jondo.desktop'
18                 'jondo.1'
19                 'licence')
20 noextract=($(for i in ${source[@]}; do basename $i; done))
21 sha256sums=('0e5bfd8b61f1fabec6f34b170a9c966ba045b64607aa50dae5e8f9dd30c29c95'
22             'ced5ebac91f0296f9700a48130ed6264d75b1a994c75cac8c14cd80b06f14441'
23             'ca30d4f60a07cfd9c14840d05daf7e3b8260e56b079d9b35a5f5db606a8661fc'
24             '27bd2df6d581eef74c5508cb5f5f603693daa16f61e70a340ac8b61168807434'
25             '8e5f582e5f6e64d7b134110f4475d5a8679cd0f2c1d5538f5b970ae0f8b3d24c'
26             '9c7de55f80fd78ef6f8d39fa0309defbc42ac848c2c9f5a995901326a1a43e8d')
28 package() {
29         cd $srcdir
30         install -Dm755 jondo ${pkgdir}/usr/bin/${pkgname}
31         install -Dm644 jondo.xpm ${pkgdir}/usr/share/pixmaps/jondo.xpm
32         install -Dm644 jondo.desktop ${pkgdir}/usr/share/applications/jondo.desktop 
33         install -Dm644 JAP.jar ${pkgdir}/usr/share/java/jondo/JAP.jar
34         install -Dm644 jondo.1 ${pkgdir}/usr/share/man/man1/jondo.1
35         install -Dm644 licence ${pkgdir}/usr/share/licenses/${pkgname}/LICENCE
38 # vim:set ts=2 sw=2 et: