wok diff lensfun/receipt @ rev 15957

Add: compiz-plugins-extra + compiz-plugins-unsupported
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 23 19:58:48 2014 +0100 (2014-02-23)
parents cdf0429a5242
children 2f93056a863f
line diff
     1.1 --- a/lensfun/receipt	Sat Apr 28 21:29:32 2012 +0200
     1.2 +++ b/lensfun/receipt	Sun Feb 23 19:58:48 2014 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="Database of photographic lenses and a library that allows advanced access to the database"
     1.6  MAINTAINER="slaxemulator@gmail.com"
     1.7 -DEPENDS="glib"
     1.8 -BUILD_DEPENDS="python libpng glib-dev"
     1.9 +LICENSE="LGPL3 GPL3"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://lensfun.berlios.de/"
    1.12  WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL"
    1.13  
    1.14 +DEPENDS="glib"
    1.15 +BUILD_DEPENDS="python libpng glib-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -24,7 +26,7 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib $fs/usr/share
    1.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.25 -	cp -a $_pkg/usr/share/lensfun $fs/usr/share
    1.26 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.27 +	cp -a $install/usr/share/lensfun $fs/usr/share
    1.28  }
    1.29