15 lines
556 B
Bash
15 lines
556 B
Bash
# Template file for 'mcomix'
|
|
pkgname=mcomix
|
|
version=1.01
|
|
revision=2
|
|
noarch=yes
|
|
build_style=python-module
|
|
pycompile_module="${pkgname}"
|
|
hostmakedepends="python-setuptools"
|
|
depends="python-setuptools pygtk python-Pillow xdg-utils"
|
|
short_desc="GTK+ comic book viewer"
|
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://sourceforge.net/projects/mcomix/"
|
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/MComix-${version}/${pkgname}-${version}.tar.bz2"
|
|
checksum=da333d0bce5157fc8e15d13de6d9ce46b1c35692aa510cb20d6b2230f7c2774c
|