wok-next view lensfun-dev/receipt @ rev 19586

linux: update install_module_headers(), update stuff/modules.list. Mask empty linux-* packages (let it build for now, don't remove). Waiting for the new config...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Jan 04 10:35:18 2017 +0200 (2017-01-04)
parents 2a5cc8208d36
children
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 }