wok diff magnifier/receipt @ rev 2221

Add screen-pam
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Feb 12 09:30:15 2009 +0000 (2009-02-12)
parents
children cde7fa93f1d6
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/magnifier/receipt	Thu Feb 12 09:30:15 2009 +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 +