wok diff pkg-config/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 e1f5c569d201
children fecdded0f1f9
line diff
     1.1 --- a/pkg-config/receipt	Tue May 24 13:52:23 2011 +0000
     1.2 +++ b/pkg-config/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Free desktop packages manager."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9  WEB_SITE="http://pkgconfig.freedesktop.org/wiki/"
    1.10  WGET_URL="http://pkgconfig.freedesktop.org/releases/$TARBALL"
    1.11 @@ -27,8 +28,8 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/share
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/share/aclocal $fs/usr/share
    1.17 +	cp -a $install/usr/bin $fs/usr
    1.18 +	cp -a $install/usr/share/aclocal $fs/usr/share
    1.19  	# This is the default pkg-config so make a symling for package that dont
    1.20  	# cross compile or search for /usr/bin/pkg-config.
    1.21  	cd $fs/usr/bin && ln -s ${TOOLPREFIX}pkg-config pkg-config