wok annotate gliv/receipt @ rev 11987

Up posixovl (1.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 03 13:40:41 2012 +0100 (2012-03-03)
parents
children 6b09507225ec
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@11222 11 BUILD_DEPENDS="gtk+-dev gtkglext gtkglext-dev bison mesa-dev"
pascal@11222 12 DEPENDS="gtk+ gtkglext gettext"
pascal@11222 13
pascal@11222 14 # Rules to configure and make the package.
pascal@11222 15 compile_rules()
pascal@11222 16 {
pascal@11222 17 cd $src
pascal@11222 18 ./configure --prefix=/usr --infodir=/usr/share/info \
pascal@11222 19 --mandir=/usr/share/man $CONFIGURE_ARGS &&
pascal@11222 20 make &&
pascal@11222 21 make DESTDIR=$PWD/_pkg install
pascal@11222 22 }
pascal@11222 23
pascal@11222 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11222 25 genpkg_rules()
pascal@11222 26 {
pascal@11222 27 mkdir -p $fs/usr
pascal@11222 28 cp -a $_pkg/usr/bin $fs/usr
pascal@11222 29 cp -a $_pkg/usr/share $fs/usr
pascal@11222 30 }