wok diff x264-dev/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents 9c0880ad5a17
children a004e88a7a8d
line diff
     1.1 --- a/x264-dev/receipt	Wed May 23 12:59:23 2012 +0200
     1.2 +++ b/x264-dev/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.3 @@ -4,17 +4,19 @@
     1.4  VERSION="20120522-2245"
     1.5  CATEGORY="development"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SHORT_DESC="x264 devel files"
     1.9  WEB_SITE="http://www.videolan.org/developers/x264.html"
    1.10 -DEPENDS="x264"
    1.11  WANTED="x264"
    1.12  SOURCE="$WANTED-snapshot"
    1.13  
    1.14 +DEPENDS="x264"
    1.15 +
    1.16  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.17  genpkg_rules()
    1.18  {
    1.19  	mkdir -p $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.22 -	cp -a $_pkg/usr/include $fs/usr
    1.23 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.24 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.25 +	cp -a $install/usr/include $fs/usr
    1.26  }