wok-stable diff glew/receipt @ rev 7160

Added libdrm, libdrm-intel, libdrm-nouveau, and libdrm-radeon to libdrm-dev depends. Needed for the .pc files to work with pkg-config.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Nov 07 02:22:12 2010 +0000 (2010-11-07)
parents 07ae722ec64e
children 7750f7899797
line diff
     1.1 --- a/glew/receipt	Sun Oct 31 00:13:37 2010 +0200
     1.2 +++ b/glew/receipt	Sun Nov 07 02:22:12 2010 +0000
     1.3 @@ -29,6 +29,7 @@
     1.4  # Rules to gen a SliTaz package suitable for Tazpkg.
     1.5  genpkg_rules()
     1.6  {
     1.7 -	cp -a $_pkg/usr $fs
     1.8 +	mkdir -p $fs/usr/lib
     1.9 +	cp -a $_pkg/usr/bin $fs/usr
    1.10 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.11  }
    1.12 -