wok-next view glw/receipt @ rev 20785

gpgme: add gnupg, since build can not find gpgconf and gpg
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 07:02:52 2018 +0000 (2018-06-09)
parents c0521c689857
children d958fec46c9f
line source
1 # SliTaz package receipt v2.
3 PACKAGE="glw"
4 VERSION="8.0.0"
5 CATEGORY="x-window"
6 SHORT_DESC="OpenGL widget library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.mesa3d.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="ftp://ftp.freedesktop.org/pub/mesa/glw/$TARBALL"
14 BUILD_DEPENDS="mesa-dev automake autoconf libtool util-linux-uuid-dev \
15 expat-dev xorg-dev intltool gettext xorg-libxshmfence-dev"
16 SPLIT="glw-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 fix libtool &&
23 make $MAKEFLAGS &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 glw)
30 copy @std
31 DEPENDS="glibc-base util-linux-uuid zlib freetype lesstif mesa \
32 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \
33 xorg-libXt"
34 PROVIDE="libglw"
35 ;;
36 *-dev)
37 copy @dev
38 ;;
39 esac
40 }