# HG changeset patch # User Pascal Bellard # Date 1357387898 -3600 # Node ID 54f2cf52f89e316678e518d362eb028cdb0106f2 # Parent 31c6725fc5675af0da2c76b6091c320a46acde0b freeglut: update bdeps diff -r 31c6725fc567 -r 54f2cf52f89e freeglut-dev/receipt --- a/freeglut-dev/receipt Sat Jan 05 13:01:31 2013 +0100 +++ b/freeglut-dev/receipt Sat Jan 05 13:11:38 2013 +0100 @@ -12,6 +12,6 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.*a $fs/usr/lib - cp -a $_pkg/usr/include $fs/usr + cp -a $install/usr/lib/*.*a $fs/usr/lib + cp -a $install/usr/include $fs/usr } diff -r 31c6725fc567 -r 54f2cf52f89e freeglut/receipt --- a/freeglut/receipt Sat Jan 05 13:01:31 2013 +0100 +++ b/freeglut/receipt Sat Jan 05 13:11:38 2013 +0100 @@ -9,7 +9,7 @@ xorg-libX11 xorg-libXau xorg-libXdamage xorg-libXdmcp \ xorg-libXext xorg-libXi xorg-libXfixes xorg-libXxf86vm" SUGGESTED="nvidia" -BUILD_DEPENDS="mesa-dev mesa xorg-inputproto \ +BUILD_DEPENDS="mesa-dev mesa libglu-mesa-dev libglu-mesa xorg-inputproto \ 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" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://freeglut.sourceforge.net/" @@ -33,12 +33,12 @@ $CONFIGURE_ARGS && # sed -i '/XF86VMODE/d' config.status make && - make DESTDIR=$src/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }