updated on Tue Jan 10 04:01:21 UTC 2012
[aur-mirror.git] / cbrpager / PKGBUILD
blob0e470e8e80c23c3376f0e199acadf632f533238b
1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
2 # Contributor: Nathan Owe <ndowens04+AUR at gmail.com>
3 # Maintainer: Sausageandeggs <sausageandeggs at archlinux dot us>
4 pkgname=cbrpager
5 pkgver=0.9.22
6 pkgrel=1
7 pkgdesc="A no-nonsense, simple to use, small viewer for cbr and cbz files. Written in C so small and fast. You can zoom in, out, fit-to-window"
8 arch=('i686' 'x86_64')
9 url="http://sourceforge.net/projects/$pkgname/"
10 license=('GPL')
11 depends=('libgnomeui')
12 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
14 build() {
15   cd $srcdir/$pkgname-$pkgver
17   ./configure --prefix=/usr
18   make
22 package() {
23   cd $srcdir/$pkgname-$pkgver
25   make DESTDIR=$pkgdir install
27 md5sums=('01ff3cffbfc00a6e314b0f868eb403b2')