updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / httsquash / PKGBUILD
blob417bf5cd5753831f327754ed03d95ae314cac879
1 # Contributor: Spooky Hunter <spookyh@hotmail.com>
3 pkgname=httsquash
4 pkgver=0.6a
5 pkgrel=1
6 pkgdesc="http server scanner"
7 arch=('i686' 'x86_64')
8 url="http://complemento.sourceforge.net/"
9 license=('GPL2')
10 depends=('glibc')
11 source=(http://xoomer.alice.it/spookyh/httsquash_new.tar.gz)
12 md5sums=('e0a4a770e4d28e9b253174e05168f4d7')
14 build() {
15   cd ${srcdir}/${pkgname}
16   make || return 1
17 #  make DESTDIR=$pkgdir/ install
19    # copying files
20    # install -d ${startdir}/pkg/usr/share/{database,payloads}
21    mkdir -p ${startdir}/pkg/usr/share/
22    cp -r database/ ${startdir}/pkg/usr/share/
23    cp -r payloads/ ${startdir}/pkg/usr/share/
24    mkdir -p ${startdir}/pkg/usr/bin
25    cp httsquash ${startdir}/pkg/usr/bin/