wok view comix/receipt @ rev 2739

Add locale-ru (hungarian) language pack
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 25 00:50:42 2009 +0200 (2009-04-25)
parents
children f9daff0cdbf9
line source
1 # SliTaz package receipt.
3 PACKAGE="comix"
4 VERSION="4.0.3"
5 CATEGORY="graphics"
6 SHORT_DESC="Comix is animage viewer, specifically designed to handle comic books."
7 MAINTAINER="mallory@skyrock.com"
8 DEPENDS="python pygtk pil"
9 BUILD_DEPENDS="python pygtk-dev pygtk pil"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://comix.sourceforge.net"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 mkdir -p _pkg/usr
19 python install.py --no-mime --dir $PWD/_pkg/usr install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/* $fs/usr/
27 }