wok annotate gv/receipt @ rev 14221

busybox: unxz patch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 19 08:39:54 2013 +0100 (2013-03-19)
parents 7251a7589942
children 2b9f96603415
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@14219 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14219 9 WEB_SITE="http://www.gnu.org/software/gv/"
pascal@14219 10 WGET_URL="http://ftp.gnu.org/gnu/gv/$TARBALL"
pascal@14219 11
pascal@14219 12 DEPENDS="ghostscript xorg-libXaw3d xorg-libXinerama"
pascal@14219 13 BUILD_DEPENDS="xorg-libXaw3d-dev xorg-libXinerama-dev"
pascal@14219 14
pascal@14219 15 # Rules to configure and make the package.
pascal@14219 16 compile_rules()
pascal@14219 17 {
pascal@14219 18 cd $src
pascal@14219 19 ./configure \
pascal@14219 20 --prefix=/usr \
pascal@14219 21 $CONFIGURE_ARGS &&
pascal@14219 22 make $MAKEFLAGS &&
pascal@14221 23 make DESTDIR=$DESTDIR install
pascal@14219 24 }
pascal@14219 25
pascal@14219 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14219 27 genpkg_rules()
pascal@14219 28 {
pascal@14219 29 cp -a $install/usr $fs
pascal@14219 30 rm -rf $fs/usr/share/man
pascal@14219 31 }