wok-next view mirage/receipt @ rev 20806

I. node update: security -> https://nodejs.org/en/blog/vulnerability/june-2018-security-releases/ 9.5.0 -> 9.11.2 II. add checksum
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 08:26:54 2018 +0000 (2018-06-13)
parents bb009a6ef036
children a3c581bf52b8
line source
1 # SliTaz package receipt.
3 PACKAGE="mirage"
4 VERSION="0.9.5.2"
5 CATEGORY="graphics"
6 SHORT_DESC="A fast and simple image viewer."
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://mirageiv.berlios.de/"
11 WGET_URL="http://download.berlios.de/mirageiv/$TARBALL"
13 DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi"
14 BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 python setup.py install --root=$DESTDIR
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 cp -a $install/usr $fs
26 }