wok-6.x diff freeglut/receipt @ rev 13792
freeglut: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Jan 05 13:11:38 2013 +0100 (2013-01-05) |
parents | 053c9ea7763c |
children | a2c3b45bfc8b |
line diff
1.1 --- a/freeglut/receipt Mon Apr 30 10:01:30 2012 +0200 1.2 +++ b/freeglut/receipt Sat Jan 05 13:11:38 2013 +0100 1.3 @@ -9,7 +9,7 @@ 1.4 xorg-libX11 xorg-libXau xorg-libXdamage xorg-libXdmcp \ 1.5 xorg-libXext xorg-libXi xorg-libXfixes xorg-libXxf86vm" 1.6 SUGGESTED="nvidia" 1.7 -BUILD_DEPENDS="mesa-dev mesa xorg-inputproto \ 1.8 +BUILD_DEPENDS="mesa-dev mesa libglu-mesa-dev libglu-mesa xorg-inputproto \ 1.9 xorg-xproto xorg-libX11-dev xorg-libXau-dev xorg-libXdamage-dev xorg-libXdmcp-dev xorg-libXext-dev xorg-libXi-dev xorg-libXfixes-dev xorg-libXxf86vm-dev libxcb-dev" 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WEB_SITE="http://freeglut.sourceforge.net/" 1.12 @@ -33,12 +33,12 @@ 1.13 $CONFIGURE_ARGS && 1.14 # sed -i '/XF86VMODE/d' config.status 1.15 make && 1.16 - make DESTDIR=$src/_pkg install 1.17 + make DESTDIR=$DESTDIR install 1.18 } 1.19 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 mkdir -p $fs/usr/lib 1.24 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 1.25 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.26 }