wok view mirage/receipt @ rev 6928

Up: elfutils to 0.149. Fixed it to build in clean chroot. Fixed it also to download sources with real wget by since sources are on https host. So now elfutils can download its sources just fine.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 22 22:36:22 2010 +0000 (2010-10-22)
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 }