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

21 lines
592 B
Bash

# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Jeff Mickey <j@codemac.net>
pkgname=comical
pkgver=0.8
pkgrel=3
pkgdesc="Comic book file (.cbr .cbz) reader."
arch=('i686' 'x86_64')
url="http://comical.sourceforge.net"
license=('GPL')
depends=('wxgtk-2.6')
options=('!makeflags')
source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('f5808e28fd5a2a3d21b59cdad10eca3d')
build() {
cd "$srcdir/$pkgname-$pkgver"
sed -i 's/wx-config/wx-config-2.6/' Makefile src/Makefile
make || return 1
install -m 755 -D comical "$pkgdir/usr/bin/comical"
}