wok-next annotate gv/receipt @ rev 21688

updated glu (9.0.0 -> 9.0.1)
author Hans-G?nter Theisgen
date Mon Jun 29 17:17:08 2020 +0100 (2020-06-29)
parents d5aab818505e
children
rev   line source
al@21017 1 # SliTaz package receipt v2.
pascal@14219 2
pascal@14219 3 PACKAGE="gv"
pascal@14219 4 VERSION="3.7.4"
pascal@14219 5 CATEGORY="office"
al@21017 6 SHORT_DESC="X11 user interface for Ghostscript"
pascal@14219 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@14999 8 LICENSE="GPL3"
al@21017 9 WEB_SITE="http://www.gnu.org/software/gv/"
al@21017 10
pascal@14219 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
pascal@14219 12 WGET_URL="http://ftp.gnu.org/gnu/gv/$TARBALL"
pascal@14219 13
al@21078 14 BUILD_DEPENDS="libxaw3d-dev libxinerama-dev"
pascal@14219 15
al@21017 16 compile_rules() {
pascal@14219 17 ./configure \
pascal@14219 18 --prefix=/usr \
pascal@14219 19 $CONFIGURE_ARGS &&
pascal@14219 20 make $MAKEFLAGS &&
al@21020 21 make DESTDIR=$install install
pascal@14219 22 }
pascal@14219 23
al@21017 24 genpkg_rules() {
pascal@14219 25 cp -a $install/usr $fs
pascal@14219 26 rm -rf $fs/usr/share/man
al@21078 27 DEPENDS="ghostscript libxaw3d libxinerama"
pascal@14219 28 }