SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "mirage"

# SliTaz package receipt.

PACKAGE="mirage"
VERSION="0.9.5.2"
CATEGORY="graphics"
SHORT_DESC="A fast and simple image viewer."
MAINTAINER="paul@slitaz.org"
LICENSE="GPL3"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="https://mirageiv.sourceforge.net/"
WGET_URL="http://download.berlios.de/mirageiv/$TARBALL"

DEPENDS="python pygtk xorg-libX11 xorg-libXau xorg-libXdmcp libffi"
BUILD_DEPENDS="python python-dev xorg-xproto xorg-libX11-dev gettext"

# What is the latest version available today?
current_version()
{
    wget -O - https://sourceforge.net/projects/mirageiv/files/ 2>/dev/null | \
    sed '/scope="row/!d;s|.*/mirage-||;s|.tar.*||;q'
}

# Rules to configure and make the package.
compile_rules()
{
    python setup.py install --root=$DESTDIR
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    cp -a $install/usr $fs
}
6047 packages and 209931 files in current database (Wed Jun 26 15:35:30 2024)