wok diff slang-dev/receipt @ rev 15043

libvlc-dev: no more vlc-config ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 16:26:23 2013 +0000 (2013-08-12)
parents 9f2655ff38ef
children 47e1df965953
line diff
     1.1 --- a/slang-dev/receipt	Fri May 20 23:03:11 2011 +0000
     1.2 +++ b/slang-dev/receipt	Mon Aug 12 16:26:23 2013 +0000
     1.3 @@ -5,16 +5,18 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="S-Lang library dev files"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="slang"
     1.8 +LICENSE="GPL2"
     1.9  WANTED="slang"
    1.10  WEB_SITE="http://www.s-lang.org/index.html"
    1.11  
    1.12 +DEPENDS="slang"
    1.13 +
    1.14  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.15  genpkg_rules()
    1.16  {
    1.17  	mkdir -p $fs/usr/lib 
    1.18 -	cp -a $_pkg/usr/include $fs/usr
    1.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21 +	cp -a $install/usr/include $fs/usr
    1.22 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24  }
    1.25