wok annotate gliv/receipt @ rev 13796

mesa-dev: update deps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 05 14:44:51 2013 +0100 (2013-01-05)
parents b165a9b3b8c3
children 7896f0694ef6
rev   line source
pascal@11222 1 # SliTaz package receipt.
pascal@11222 2
pascal@11222 3 PACKAGE="gliv"
pascal@11222 4 VERSION="1.9.6"
pascal@11222 5 CATEGORY="multimedia"
pascal@11222 6 SHORT_DESC="An image viewer that uses OpenGL"
pascal@11222 7 MAINTAINER="devl547@gmail.com"
pascal@11222 8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pascal@11222 9 WEB_SITE="http://guichaz.free.fr/gliv/"
pascal@11222 10 WGET_URL="$WEB_SITE/files/$TARBALL"
pascal@13796 11
pascal@11222 12 BUILD_DEPENDS="gtk+-dev gtkglext gtkglext-dev bison mesa-dev"
pascal@11222 13 DEPENDS="gtk+ gtkglext gettext"
pascal@11222 14
pascal@11222 15 # Rules to configure and make the package.
pascal@11222 16 compile_rules()
pascal@11222 17 {
pascal@11222 18 cd $src
pascal@11222 19 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@11222 20 --mandir=/usr/share/man $CONFIGURE_ARGS &&
pascal@11222 21 make &&
pascal@13796 22 make DESTDIR=$DESTDIR install
pascal@11222 23 }
pascal@11222 24
pascal@11222 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11222 26 genpkg_rules()
pascal@11222 27 {
pascal@11222 28 mkdir -p $fs/usr
pascal@13796 29 cp -a $install/usr/bin $fs/usr
pascal@13796 30 cp -a $install/usr/share $fs/usr
pascal@11222 31 }