wok annotate gtkglext/receipt @ rev 20889

updated espeak and espeak-dev (1.45.05 -> 1.48.04)
author Hans-G?nter Theisgen
date Mon Feb 25 17:35:02 2019 +0100 (2019-02-25)
parents 380ffe05937a
children b8ade74f0d9c
rev   line source
pankso@4321 1 # SliTaz package receipt.
pankso@4321 2
pankso@4321 3 PACKAGE="gtkglext"
pankso@4321 4 VERSION="1.2.0"
pankso@4321 5 CATEGORY="x-window"
pankso@4321 6 SHORT_DESC="GtkGLExt is an OpenGL extension to GTK+."
pankso@4321 7 MAINTAINER="pankso@slitaz.org"
pascal@15000 8 LICENSE="GPL2"
slaxemulator@7694 9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@4321 10 WEB_SITE="http://gtkglext.sourceforge.net/"
pankso@4321 11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13796 12 SUGGESTED="nvidia"
pascal@13796 13
al@16906 14 DEPENDS="gtk+ mesa libglu-mesa pangox-compat"
pascal@13796 15 BUILD_DEPENDS="gtk+-dev libglu-mesa libglu-mesa-dev mesa-dev \
al@16906 16 util-linux-uuid-dev autoconf pangox-compat-dev"
pankso@4321 17
pankso@4321 18 # Rules to configure and make the package.
pankso@4321 19 compile_rules()
pankso@4321 20 {
slaxemulator@9700 21 patch -Np1 -i $stuff/gtk2.20.patch
slaxemulator@7425 22 autoconf --force
pankso@4321 23 ./configure \
pankso@4321 24 --prefix=/usr \
pankso@4321 25 $CONFIGURE_ARGS &&
pankso@4321 26 make &&
pascal@13796 27 make DESTDIR=$DESTDIR install
pankso@4321 28 }
pankso@4321 29
pankso@4321 30 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4321 31 genpkg_rules()
pankso@4321 32 {
pankso@4321 33 mkdir -p $fs/usr/lib
pascal@13796 34 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@4321 35 }