wok-6.x rev 1157
Add: Magnifier (Virtual Magnifying Glass)
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Sun Jul 27 10:49:08 2008 +0000 (2008-07-27) |
parents | fad639db2f59 |
children | 4561ef060373 |
files | magnifier/receipt magnifier/stuff/magnifier.desktop |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/magnifier/receipt Sun Jul 27 10:49:08 2008 +0000 1.3 @@ -0,0 +1,29 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="magnifier" 1.7 +VERSION="3.3.1" 1.8 +CATEGORY="utilities" 1.9 +SHORT_DESC="Virtual magnifying glass" 1.10 +MAINTAINER="paul@slitaz.org" 1.11 +DEPENDS="" 1.12 +SOURCE="magnifier-linux" 1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2" 1.14 +WEB_SITE="http://magnifier.sourceforge.net/" 1.15 +WGET_URL="http://downloads.sourceforge.net/magnifier/$TARBALL" 1.16 + 1.17 +# Rules to configure and make the package. 1.18 +compile_rules() 1.19 +{ 1.20 + cd $src 1.21 + ./install.sh DESTDIR=$PWD/_pkg install 1.22 +} 1.23 + 1.24 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.25 +genpkg_rules() 1.26 +{ 1.27 + mkdir -p $fs/usr/share/pixmaps 1.28 + cp -a $_pkg/usr/bin $fs/usr 1.29 + cp -a $_pkg/usr/share $fs/usr 1.30 + cp $_pkg/usr/share/magnifier/icon3.ico $fs/usr/share/pixmaps/icon3.png 1.31 +} 1.32 +
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/magnifier/stuff/magnifier.desktop Sun Jul 27 10:49:08 2008 +0000 2.3 @@ -0,0 +1,9 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=Magnifying Glass 2.7 +Name[fr]=Loupe 2.8 +Comment=Screen Magnifier 2.9 +Exec=vmg 2.10 +Icon=icon3.png 2.11 +Type=Application 2.12 +Categories=Utility;