PKGBUILDs/community/parano/PKGBUILD
2009-10-09 21:15:33 -05:00

25 lines
711 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Roman Kyrylych <Roman.Kyrylych@gmail.com>
# Contributor: William Rea <sillywilly@gmail.com>
pkgname=parano
pkgver=0.3.5
pkgrel=1
pkgdesc="A GNOME frontend for creating/editing/checking MD5 and SFV files"
arch=('i686' 'x86_64')
url="http://parano.berlios.de"
license=('GPL')
depends=('gnome-python')
source=(http://download.berlios.de/parano/parano-$pkgver.tar.gz \
mime.diff)
md5sums=('126cc42492c1dcf4c5e1b4a3c616acb6' \
'6dd541ece566505e61f6e94c91a26798')
build() {
cd $startdir/src/parano-$pkgver
patch -Np0 -i ../mime.diff || return 1
./configure --prefix=/usr
make || return 1
make DESTDIR=$startdir/pkg install
}