wok-6.x diff ftgl/receipt @ rev 15074
geeqie: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Aug 13 16:32:16 2013 +0000 (2013-08-13) |
parents | d361a98367e5 |
children | 3b4e4318134e |
line diff
1.1 --- a/ftgl/receipt Sat May 12 13:25:16 2012 +0200 1.2 +++ b/ftgl/receipt Tue Aug 13 16:32:16 2013 +0000 1.3 @@ -5,12 +5,13 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="OpenGL library to use arbitrary fonts" 1.6 MAINTAINER="slaxemulator@gmail.com" 1.7 -DEPENDS="freetype freeglut mesa libglu-mesa" 1.8 -BUILD_DEPENDS="$DEPENDS freetype-dev freeglut-dev mesa-dev" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://ftgl.wiki.sourceforge.net/" 1.11 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.12 1.13 +DEPENDS="freetype freeglut mesa libglu-mesa" 1.14 +BUILD_DEPENDS="$DEPENDS freetype-dev freeglut-dev mesa-dev libglu-mesa-dev" 1.15 + 1.16 # Rules to configure and make the package. 1.17 compile_rules() 1.18 { 1.19 @@ -27,6 +28,6 @@ 1.20 genpkg_rules() 1.21 { 1.22 mkdir -p $fs/usr/lib 1.23 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.24 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.25 } 1.26