wok-next annotate gv/receipt @ rev 17991
fusecloop: fix realloc index size
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 23 15:42:00 2015 +0200 (2015-04-23) |
parents | 016b98861bed |
children | f48456621a9d |
rev | line source |
---|---|
pascal@14219 | 1 # SliTaz package receipt. |
pascal@14219 | 2 |
pascal@14219 | 3 PACKAGE="gv" |
pascal@14219 | 4 VERSION="3.7.4" |
pascal@14219 | 5 CATEGORY="office" |
pascal@14219 | 6 SHORT_DESC="X11 user interface for Ghostscript." |
pascal@14219 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@14999 | 8 LICENSE="GPL3" |
pascal@14219 | 9 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@14219 | 10 WEB_SITE="http://www.gnu.org/software/gv/" |
pascal@14219 | 11 WGET_URL="http://ftp.gnu.org/gnu/gv/$TARBALL" |
pascal@14219 | 12 |
pascal@14219 | 13 DEPENDS="ghostscript xorg-libXaw3d xorg-libXinerama" |
pascal@14219 | 14 BUILD_DEPENDS="xorg-libXaw3d-dev xorg-libXinerama-dev" |
pascal@14219 | 15 |
pascal@14219 | 16 # Rules to configure and make the package. |
pascal@14219 | 17 compile_rules() |
pascal@14219 | 18 { |
pascal@14219 | 19 cd $src |
pascal@14219 | 20 ./configure \ |
pascal@14219 | 21 --prefix=/usr \ |
pascal@14219 | 22 $CONFIGURE_ARGS && |
pascal@14219 | 23 make $MAKEFLAGS && |
pascal@14221 | 24 make DESTDIR=$DESTDIR install |
pascal@14219 | 25 } |
pascal@14219 | 26 |
pascal@14219 | 27 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14219 | 28 genpkg_rules() |
pascal@14219 | 29 { |
pascal@14219 | 30 cp -a $install/usr $fs |
pascal@14219 | 31 rm -rf $fs/usr/share/man |
pascal@14219 | 32 } |