summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-01-06 23:24:23 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-01-06 23:24:23 -0500
commitfacce2ae802db498f4120716274024641b5b7268 (patch)
tree61b0ab900241e8b865b266f8dbb769388eb59c2f /pcr
parent7039d9bac5ffa0b9f296435c6e48a540d7d915f7 (diff)
downloadabslibre-facce2ae802db498f4120716274024641b5b7268.tar.gz
abslibre-facce2ae802db498f4120716274024641b5b7268.tar.bz2
abslibre-facce2ae802db498f4120716274024641b5b7268.zip
Removing clamtk: This package is in [community] repo
Diffstat (limited to 'pcr')
-rw-r--r--pcr/clamtk/PKGBUILD38
1 files changed, 0 insertions, 38 deletions
diff --git a/pcr/clamtk/PKGBUILD b/pcr/clamtk/PKGBUILD
deleted file mode 100644
index cb1f6e917..000000000
--- a/pcr/clamtk/PKGBUILD
+++ /dev/null
@@ -1,38 +0,0 @@
-# Maintainer (Arch): Levente Polyak <anthraxx[at]archlinux[dot]org>
-# Contributor (Arch): Blaž Tomažič <blaz.tomazic@gmail.com>
-
-pkgname=clamtk
-pkgver=5.24
-pkgrel=1
-pkgdesc='Easy to use, light-weight, on-demand virus scanner for GNU/Linux systems'
-url='https://dave-theunsub.github.io/clamtk/'
-arch=('any')
-license=('GPL')
-depends=('clamav' 'perl' 'gtk2-perl' 'perl-locale-gettext' 'perl-libwww' 'perl-http-message'
- 'perl-lwp-protocol-https' 'perl-text-csv' 'perl-json' 'python' 'zenity' 'desktop-file-utils'
- 'gnome-icon-theme' 'cron')
-source=(https://bitbucket.org/dave_theunsub/clamtk/downloads/clamtk-${pkgver}.tar.gz)
-sha512sums=('e5d03bdfb13165ccd84989d06a864629898c0edfbf3630c4110b220d01e363d53a86b01db8b7bc3021ae6271638d2d7a0a352ec65c872e61570c8cb44c5effb2')
-
-package() {
- cd ${pkgname}-${pkgver}
-
- install -Dm 755 clamtk -t "${pkgdir}/usr/bin"
- for f in lib/* ; do
- install -Dm 644 ${f} "${pkgdir}/usr/lib/perl5/vendor_perl/ClamTk/`basename ${f}`"
- done
-
- for f in po/*.mo ; do
- install -Dm 644 "${f}" "${pkgdir}/usr/share/locale/`basename ${f} .mo`/LC_MESSAGES/clamtk.mo"
- done
-
- install -Dm 644 clamtk.1.gz -t "${pkgdir}/usr/share/man/man1"
- install -Dm 644 CHANGES DISCLAIMER README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
- install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-
- install -Dm 644 images/clamtk.{xpm,png} -t "${pkgdir}/usr/share/pixmaps"
- install -Dm 644 clamtk.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:
-