wok-stable diff libvlc-dev/receipt @ rev 4833
Fix: Add missing BUILD_DEPENDS to Beaver. Fix build build failed with DESTDIR
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Fri Jan 22 10:21:56 2010 +0100 (2010-01-22) |
parents | 96ec1a37b02d |
children | cb56d4ced18c |
line diff
1.1 --- a/libvlc-dev/receipt Tue Dec 15 16:13:18 2009 +0100 1.2 +++ b/libvlc-dev/receipt Fri Jan 22 10:21:56 2010 +0100 1.3 @@ -12,7 +12,8 @@ 1.4 # Rules to gen a SliTaz package suitable for Tazpkg. 1.5 genpkg_rules() 1.6 { 1.7 - mkdir -p $fs/usr/lib $fs/usr/include 1.8 + mkdir -p $fs/usr/lib $fs/usr/include $fs/usr/bin 1.9 + cp $src/vlc-config $fs/usr/bin 1.10 cp -a $_pkg/usr/lib/*a $fs/usr/lib/ 1.11 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib/ 1.12 cp -a $_pkg/usr/include/vlc $fs/usr/include