wok view 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 source
1 # SliTaz package receipt.
3 PACKAGE="lensfun"
4 VERSION="0.2.5"
5 CATEGORY="multimedia"
6 SHORT_DESC="Database of photographic lenses and a library that allows advanced access to the database"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="LGPL3 GPL3"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://lensfun.berlios.de/"
11 WGET_URL="http://download.berlios.de/$PACKAGE/$TARBALL"
13 DEPENDS="glib"
14 BUILD_DEPENDS="python libpng glib-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr --libdir=/usr/lib &&
21 make all &&
22 make INSTALL_PREFIX="$DESTDIR" install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib $fs/usr/share
29 cp -a $install/usr/lib/*.so* $fs/usr/lib
30 cp -a $install/usr/share/lensfun $fs/usr/share
31 }