updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / fakebo / PKGBUILD
blob0bcfc52515985d80817c661b283f34e7b5c85b22
1 # Author: Nathan Owe. <ndowens.aur @ gmail.com>
2 pkgname=fakebo
3 pkgver=0.4.1
4 pkgrel=2
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."
6 arch=('i686' 'x86_64')
7 url="http://cvs.linux.hr/fakebo"
8 license="GPL"
9 depends=('glibc')
10 backup=('etc/fakebo.conf')
11 source=(ftp://ftp.linux.hr/pub/fakebo/${pkgname}-${pkgver}.tar.gz)
12 md5sums=('442b48ba44250104c30a6e7975230b7c')
14 build() {
15         cd ${srcdir}/${pkgname}-${pkgver}
16         ./configure --prefix=/usr --mandir=/usr/share/man --sysconfdir=/etc
17                 make
18         }
19 package() {
20                 cd ${srcdir}/${pkgname}-${pkgver}
21         make install DESTDIR=${pkgdir}