wok-next view magnifier/receipt @ rev 21389

updated octave (4.0.0 -> 5.2.0)
author Hans-G?nter Theisgen
date Fri Apr 17 15:23:40 2020 +0100 (2020-04-17)
parents d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="magnifier"
4 VERSION="3.5"
5 CATEGORY="utilities"
6 SHORT_DESC="Virtual magnifying glass"
7 MAINTAINER="paul@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://magnifier.sourceforge.net/"
11 TARBALL="magnifier-linux-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 compile_rules() {
15 ./install.sh DESTDIR=$install install
16 }
18 genpkg_rules() {
19 mkdir -p $fs/usr/share/pixmaps
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/share $fs/usr
22 cp $install/usr/share/magnifier/icon3.ico $fs/usr/share/pixmaps/icon3.png
23 DEPENDS="expat gtk2 libx11 libxau libxcomposite \
24 libxcursor libxdmcp libxext libxfixes libxinerama \
25 libxrandr libxrender libxdamage"
26 }