1 # Author: Nathan Owe. <ndowens.aur @ gmail.com>
5 pkgdesc="This program fakes trojan servers and logs every attempt from client. It is possible to log attempts to file, stdout, stderr or to syslog. It can send fake pings and replies back to trojan client."
7 url="http://cvs.linux.hr/fakebo"
10 backup=('etc/fakebo.conf')
11 source=(ftp://ftp.linux.hr/pub/fakebo/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('442b48ba44250104c30a6e7975230b7c')
15 cd ${srcdir}/${pkgname}-${pkgver}
16 ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc
20 cd ${srcdir}/${pkgname}-${pkgver}
21 make install DESTDIR=${pkgdir}