wok-6.x annotate gv/receipt @ rev 15837
Up: fuse to 2.9.3.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Jan 27 04:24:04 2014 +0000 (2014-01-27) |
parents | 016b98861bed |
children | 17091bc7c301 |
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 } |