wok view lensfun-dev/receipt @ rev 18092

slitaz-menus: add hr, is, ja, nl, nb, nn, fi and tr translations according to matchbox-common-0.9.1.tazpkg
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 25 22:35:22 2015 +0200 (2015-05-25)
parents 2a5cc8208d36
children eeba7ab1dffe
line source
1 # SliTaz package receipt.
3 PACKAGE="lensfun-dev"
4 VERSION="0.2.5"
5 CATEGORY="development"
6 SHORT_DESC="devel files for lensfun"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="LGPL3 GPL3"
9 WEB_SITE="http://lensfun.berlios.de/"
10 WANTED="lensfun"
12 DEPENDS="lensfun pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }