wok annotate mirage/receipt @ rev 19195

Add: BVI. Fast and lightweight binary (hex) editor.
author Leonardo Laporte <hackdorte@sapo.pt>
date Mon Jun 06 10:28:32 2016 -0300 (2016-06-06)
parents bb009a6ef036
children eeba7ab1dffe
rev   line source
paul@1855 1 # SliTaz package receipt.
paul@1855 2
paul@1855 3 PACKAGE="mirage"
slaxemulator@10229 4 VERSION="0.9.5.2"
paul@1855 5 CATEGORY="graphics"
paul@1855 6 SHORT_DESC="A fast and simple image viewer."
paul@1855 7 MAINTAINER="paul@slitaz.org"
pascal@15583 8 LICENSE="GPL3"
slaxemulator@6474 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
paul@1855 10 WEB_SITE="http://mirageiv.berlios.de/"
paul@1855 11 WGET_URL="http://download.berlios.de/mirageiv/$TARBALL"
paul@1855 12
pascal@15583 13 DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi"
pascal@15583 14 BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext"
pascal@15583 15
paul@1855 16 # Rules to configure and make the package.
paul@1855 17 compile_rules()
paul@1855 18 {
pascal@15583 19 python setup.py install --root=$DESTDIR
paul@1855 20 }
paul@1855 21
paul@1855 22 # Rules to gen a SliTaz package suitable for Tazpkg.
paul@1855 23 genpkg_rules()
paul@1855 24 {
pascal@15583 25 cp -a $install/usr $fs
paul@1855 26 }