wok diff lensfun/receipt @ rev 16255

Up socat (2.0.0-b7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 04 16:24:21 2014 +0000 (2014-04-04)
parents cdf0429a5242
children 2f93056a863f
line diff
     1.1 --- a/lensfun/receipt	Sat Apr 28 21:29:32 2012 +0200
     1.2 +++ b/lensfun/receipt	Fri Apr 04 16:24:21 2014 +0000
     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