wok view gv/receipt @ rev 20645

updated hostapd (2.6 -> 2.7)
author Hans-G?nter Theisgen
date Fri Jan 11 16:39:21 2019 +0100 (2019-01-11)
parents 016b98861bed
children 17091bc7c301
line source
1 # SliTaz package receipt.
3 PACKAGE="gv"
4 VERSION="3.7.4"
5 CATEGORY="office"
6 SHORT_DESC="X11 user interface for Ghostscript."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.gnu.org/software/gv/"
11 WGET_URL="http://ftp.gnu.org/gnu/gv/$TARBALL"
13 DEPENDS="ghostscript xorg-libXaw3d xorg-libXinerama"
14 BUILD_DEPENDS="xorg-libXaw3d-dev xorg-libXinerama-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure \
21 --prefix=/usr \
22 $CONFIGURE_ARGS &&
23 make $MAKEFLAGS &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 cp -a $install/usr $fs
31 rm -rf $fs/usr/share/man
32 }