wok view magnifier/receipt @ rev 1377

Add: ncmpc (mpd ncurses client)
author Paul Issott <paul@slitaz.org>
date Thu Sep 11 15:19:20 2008 +0000 (2008-09-11)
parents
children cde7fa93f1d6
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=""
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 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./install.sh DESTDIR=$PWD/_pkg install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr/share/pixmaps
25 cp -a $_pkg/usr/bin $fs/usr
26 cp -a $_pkg/usr/share $fs/usr
27 cp $_pkg/usr/share/magnifier/icon3.ico $fs/usr/share/pixmaps/icon3.png
28 }