wok view magnifier/receipt @ rev 20194

Up autofs (5.1.4), btrfs-progs (4.15), cifs-utils (6.7), davfs2 (1.5.4), dosfstools (4.1), e2fsprogs (1.43.9), f2fs-tools (1.10.0), moosefs (3.0.100), milfs-utils (2.2.7), owfs (3.2p1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 12 13:54:33 2018 +0100 (2018-02-12)
parents 8873e661671a
children 370da83187ab
line source
1 # SliTaz package receipt.
3 PACKAGE="magnifier"
4 VERSION="3.5"
5 CATEGORY="utilities"
6 SHORT_DESC="Virtual magnifying glass"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 SOURCE="magnifier-linux"
10 TARBALL="$SOURCE-$VERSION.tar.bz2"
11 WEB_SITE="http://magnifier.sourceforge.net/"
12 WGET_URL="http://downloads.sourceforge.net/magnifier/$TARBALL"
14 DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite \
15 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
16 xorg-libXrandr xorg-libXrender xorg-libXdamage"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 cd $src
22 ./install.sh DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share/pixmaps
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/share $fs/usr
31 cp $install/usr/share/magnifier/icon3.ico $fs/usr/share/pixmaps/icon3.png
32 }