wok-current diff magnifier/receipt @ rev 2327
slitaz-tools: tyny update (2.10.1) fro Cooking release
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Feb 28 02:14:16 2009 +0100 (2009-02-28) |
parents | |
children | cde7fa93f1d6 |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/magnifier/receipt Sat Feb 28 02:14:16 2009 +0100 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 +