updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / dmitry / PKGBUILD
blobb6bbc9680fd98e45196cd30221b69f4ef9c7ed42
1 # Contributor: AmaN <gabroo.punjab.da@gmail.com>
3 pkgname=dmitry
4 pkgver=1.3a
5 pkgrel=1
6 pkgdesc="DMitry (Deepmagic Information Gathering Tool) is a UNIX/(GNU)Linux Command Line Application coded in C. DMitry has the ability to gather as much information as possible about a host. Base functionality is able to gather possible subdomains, email addresses, uptime information, tcp port scan, whois lookups, and more."
7 arch=('i686' 'x86_64')
8 url="http://www.mor-pah.net/"
9 license="GPL"
10 depends=(gcc)
11 makedepends=()
12 conflicts=()
13 replaces=()
14 backup=()
15 install=
16 source=(http://mor-pah.net/code/DMitry-1.3a.tar.gz)
17 md5sums=('8d578ba16de34b5cbebf6b767181b00d')
19 build()
22         cd $startdir/src/
23         mv DMitry-$pkgver dmitry-$pkgver
24         cd $pkgname-$pkgver
25         ./configure --prefix=/usr --sysconfdir=/etc
26         make || return 1
27         make DESTDIR=$startdir/pkg install