You are not logged in.
Penguin Pills is graphical interface for use with multiple linux command line anti-virus scanners.
Homepage: http://sourceforge.net/projects/penguinpills/
Source for download: http://sourceforge.net/projects/penguin … z/download
Offline
pkgname=penguin-pills
pkgver=0.3.1
pkgrel=1
pkgdesc="A graphical interface for use with multiple linux command line anti-virus scanners."
arch=('i686' 'x86_64')
url="http://sourceforge.net/projects/penguinpills/"
license=('GPL')
depends=(qt gcc-libs-multilib)
source=(http://sourceforge.net/projects/penguinpills/files/penguinpills_0.3.1_src.tar.gz)
noextract=()
md5sums=('4c4bdffe60e95acb117e2a31ae5877ef')
build() {
cd "$srcdir/"
qmake -o Makefile penguin_pills.pro
make
}
package() {
cd "$srcdir/"
mkdir $pkgdir/usr/
mkdir $pkgdir/usr/bin/
mv penguin_pills $pkgdir/usr/bin/penguin-pills
}
# vim:set ts=2 sw=2 et:Offline
Thank you very much, i see you are not put it on AUR i will then thank you.
Offline