wok-next view mirage/receipt @ rev 7499
Made all firefox-langpack copy files right. Looks like mv can't move folders even with -f option. Used a cp -af then rm -rf instead.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat Dec 04 00:03:00 2010 +0000 (2010-12-04) |
parents | 86ba842a6b10 |
children | 1c5b23daee0f |
line source
1 # SliTaz package receipt.
3 PACKAGE="mirage"
4 VERSION="0.9.5.1"
5 CATEGORY="graphics"
6 SHORT_DESC="A fast and simple image viewer."
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi"
9 BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://mirageiv.berlios.de/"
12 WGET_URL="http://download.berlios.de/mirageiv/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 python setup.py install --root=$PWD/_pkg
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 cp -a $_pkg/usr $fs
25 }