wok diff vcdimager-dev/receipt @ rev 15390

Up slitaz-boot-scripts (5.3.2)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 30 18:29:11 2013 +0100 (2013-10-30)
parents ba3a9fbcb149
children 3af9c976b7d4
line diff
     1.1 --- a/vcdimager-dev/receipt	Fri Apr 24 07:38:33 2009 +0000
     1.2 +++ b/vcdimager-dev/receipt	Wed Oct 30 18:29:11 2013 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="vcdimager devel files"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  WANTED="vcdimager"
     1.9  WEB_SITE="http://www.vcdimager.org/" 
    1.10  
    1.11 @@ -13,7 +14,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/include $fs/usr
    1.18 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.19 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21  }