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