updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / kvirustotal / PKGBUILD
blob25b0a77db43180801d6f8fe892e7746daaaefd6f
1 # Contributor: Musikolo <musikolo {at} hotmail [dot] com>
3 pkgname=kvirustotal
4 pkgver=0.22.1
5 pkgdesc="Online antivirus and anti-phishing tool"
6 pkgrel=1
7 arch=(i686 x86_64)
8 url="http://kde-apps.org/content/show.php?content=139065"
9 license=(GPL3)
10 groups=('kde' 'security')
11 makedepends=(cmake automoc4)
12 depends=(qjson kdelibs)
13 options=()
14 source=(http://kde-apps.org/CONTENT/content-files/139065-${pkgname}-${pkgver}.tar.bz2)
15 sha256sums=('faa5dee2df55fac9e76b77051f831f3873d098e0e14b420c88f983ad260794f7')
17 build() {
18   cd "${pkgname}-${pkgver}"
19   cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` .
20   make
21   make DESTDIR=${pkgdir} install
23   _licenses_dir="${pkgdir}`kde4-config --prefix`/share/licenses/${pkgname}"
24   install -D AUTHORS ${_licenses_dir}/AUTHORS
25   install -D ChangeLog ${_licenses_dir}/ChangeLog
26   install -D COPYING ${_licenses_dir}/COPYING
27   install -D TODO ${_licenses_dir}/TODO