wok view magnifier/receipt @ rev 8808

Add: libdrm-mach64 20110109
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Feb 23 01:16:27 2011 +0100 (2011-02-23)
parents cde7fa93f1d6
children ee5c8b018b62
line source
1 # SliTaz package receipt.
3 PACKAGE="magnifier"
4 VERSION="3.3.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Virtual magnifying glass"
7 MAINTAINER="paul@slitaz.org"
8 DEPENDS="expat gtk+ xorg-libX11 xorg-libXau xorg-libXcomposite \
9 xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama \
10 xorg-libXrandr xorg-libXrender xorg-libXdamage"
11 SOURCE="magnifier-linux"
12 TARBALL="$SOURCE-$VERSION.tar.bz2"
13 WEB_SITE="http://magnifier.sourceforge.net/"
14 WGET_URL="http://downloads.sourceforge.net/magnifier/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./install.sh DESTDIR=$PWD/_pkg install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share/pixmaps
27 cp -a $_pkg/usr/bin $fs/usr
28 cp -a $_pkg/usr/share $fs/usr
29 cp $_pkg/usr/share/magnifier/icon3.ico $fs/usr/share/pixmaps/icon3.png
30 }