wok-next annotate gliv/receipt @ rev 20299

Up remmina (1.2.0-rcgit.24)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Nov 09 22:26:00 2017 +0100 (2017-11-09)
parents c64480f55d85
children c0521c689857
rev   line source
pascal@11222 1 # SliTaz package receipt.
pascal@11222 2
pascal@11222 3 PACKAGE="gliv"
al@16908 4 VERSION="1.9.7"
pascal@11222 5 CATEGORY="multimedia"
pascal@11222 6 SHORT_DESC="An image viewer that uses OpenGL"
pascal@11222 7 MAINTAINER="devl547@gmail.com"
pascal@15002 8 LICENSE="GPL2"
al@16885 9 WEB_SITE="http://guichaz.free.fr/gliv/"
pascal@11222 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11222 11 WGET_URL="$WEB_SITE/files/$TARBALL"
pascal@13796 12
al@16908 13 DEPENDS="gtk+ gtkglext gettext-base pangox-compat"
pascal@20233 14 BUILD_DEPENDS="gtk+-dev gtkglext gtkglext-dev bison mesa-dev pangox-compat-dev \
pascal@20233 15 libglu-mesa-dev"
pascal@11222 16
pascal@11222 17 # Rules to configure and make the package.
pascal@11222 18 compile_rules()
pascal@11222 19 {
al@16885 20 ./configure \
al@16885 21 --prefix=/usr \
al@16885 22 --infodir=/usr/share/info \
al@16885 23 --mandir=/usr/share/man \
al@16885 24 $CONFIGURE_ARGS &&
pascal@11222 25 make &&
pascal@13796 26 make DESTDIR=$DESTDIR install
pascal@11222 27 }
pascal@11222 28
pascal@11222 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11222 30 genpkg_rules()
pascal@11222 31 {
pascal@11222 32 mkdir -p $fs/usr
pascal@13796 33 cp -a $install/usr/bin $fs/usr
pascal@13796 34 cp -a $install/usr/share $fs/usr
pascal@11222 35 }