wok-next annotate glew/receipt @ rev 20615

Up cookutils (1050), glib-networking (2.54.1), gsettings-desktop-schemas (3.24.1), libsoup (2.60.3); add geoclue (2.4.7)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 20 14:55:15 2018 +0300 (2018-04-20)
parents 595097cb4e40
children d5aab818505e
rev   line source
al@19965 1 # SliTaz package receipt v2.
pascal@6063 2
pascal@6063 3 PACKAGE="glew"
al@19965 4 VERSION="2.1.0"
pascal@6063 5 CATEGORY="x-window"
al@19965 6 SHORT_DESC="The OpenGL Extension Wrangler Library"
pascal@6063 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="MIT BSD"
al@19965 9 WEB_SITE="http://glew.sourceforge.net/"
al@19965 10
pascal@6063 11 TARBALL="$PACKAGE-$VERSION.tgz"
pascal@6063 12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pascal@13796 13
al@19965 14 BUILD_DEPENDS="xorg-libX11-dev mesa-dev"
al@19965 15 SPLIT="glew-dev"
pascal@6063 16
al@19965 17 compile_rules() {
al@19965 18 make && make install
pascal@6063 19 }
pascal@6063 20
al@19965 21 genpkg_rules() {
al@19965 22 case $PACKAGE in
al@19965 23 glew)
al@19965 24 copy @std
al@19965 25 DEPENDS="mesa xorg-libX11"
al@19965 26 ;;
al@19965 27 *-dev)
al@19965 28 copy @dev
al@20502 29 DEPENDS="glew glu-dev"
al@19965 30 ;;
al@19965 31 esac
pascal@6063 32 }