csync-git
[mirrors/ArchLinux-Packages.git] / kojoney / PKGBUILD
1 # Contributor: Thomas Mudrunka <harvie@@email..cz>
2 # You can also contact me on http://blog.harvie.cz/
3
4 pkgname=kojoney
5 pkgver=0.0.4.1
6 pkgrel=1
7 pkgdesc="Koret SSH HoneyPot."
8 arch=('any')
9 license=('GPL')
10 url="http://kojoney.sourceforge.net/"
11 depends=(
12 'openssl'
13 'bash'
14 'python'
15 #python:
16 #'twisted'
17 #optional:
18 'perl'
19 )
20
21 source=(
22 "http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"
23 )
24
25 md5sums=(
26 '85c588498051bdfc6c69b7827cfebbfa'
27 )
28
29
30 build() {
31 return 1
32 }
This page took 0.219197 seconds and 4 git commands to generate.