wok rev 4606

libvlc-dev: add vlc-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Dec 15 16:41:17 2009 +0100 (2009-12-15)
parents 96ec1a37b02d
children d420f0202279
files libvlc-dev/receipt
line diff
     1.1 --- a/libvlc-dev/receipt	Tue Dec 15 16:13:18 2009 +0100
     1.2 +++ b/libvlc-dev/receipt	Tue Dec 15 16:41:17 2009 +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