SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "magnifier"

# SliTaz package receipt.

PACKAGE="magnifier"
VERSION="3.3.1"
CATEGORY="utilities"
SHORT_DESC="Virtual magnifying glass"
MAINTAINER="paul@slitaz.org"
DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite \
xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
xorg-libXrandr xorg-libXrender xorg-libXdamage"
SOURCE="magnifier-linux"
TARBALL="$SOURCE-$VERSION.tar.bz2"
WEB_SITE="http://magnifier.sourceforge.net/"
WGET_URL="http://downloads.sourceforge.net/magnifier/$TARBALL"

# Rules to configure and make the package.
compile_rules()
{
    cd $src
    ./install.sh DESTDIR=$PWD/_pkg install
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/pixmaps
    cp -a $_pkg/usr/bin $fs/usr
    cp -a $_pkg/usr/share $fs/usr
    cp $_pkg/usr/share/magnifier/icon3.ico $fs/usr/share/pixmaps/icon3.png
}

3382 packages and 430813 files in stable database (Mon Mar 4 17:53:49 2019)