wok-next diff ftgl/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents a3c581bf52b8
children 5669e8b3be70
line diff
     1.1 --- a/ftgl/receipt	Fri Aug 10 12:53:17 2018 +0300
     1.2 +++ b/ftgl/receipt	Fri Nov 02 14:15:08 2018 +0200
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="2.1.3-rc5"
     1.5  CATEGORY="x-window"
     1.6  SHORT_DESC="OpenGL library to use arbitrary fonts"
     1.7 -MAINTAINER="slaxemulator@gmail.com"
     1.8 +MAINTAINER="devel@slitaz.org"
     1.9  LICENSE="GPL2"
    1.10  WEB_SITE="https://sourceforge.net/projects/ftgl/"
    1.11  
    1.12 @@ -13,7 +13,7 @@
    1.13  
    1.14  BUILD_DEPENDS="freetype-dev freeglut-dev mesa-dev glu-dev \
    1.15  expat-dev xorg-libxshmfence-dev"
    1.16 -SPLIT="ftgl-dev"
    1.17 +SPLIT="$PACKAGE-dev"
    1.18  
    1.19  compile_rules() {
    1.20  	# Binutils 2.22 break many packages build without LDFLAGS set correctly.
    1.21 @@ -24,7 +24,7 @@
    1.22  		$CONFIGURE_ARGS &&
    1.23  	fix libtool &&
    1.24  	make &&
    1.25 -	make DESTDIR=$DESTDIR install
    1.26 +	make DESTDIR=$install install
    1.27  }
    1.28  
    1.29  genpkg_rules() {