wok-current view proj-dev/receipt @ rev 20290

linux-module-headers: update deps for x86_64 target
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 16 09:37:49 2018 +0200 (2018-04-16)
parents 91ed8fa372e3
children 4b6d3ac55c10
line source
1 # SliTaz package receipt.
3 PACKAGE="proj-dev"
4 VERSION="4.7.0"
5 CATEGORY="misc"
6 SHORT_DESC="Proj dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://trac.osgeo.org/proj/"
10 WANTED="proj"
12 DEPENDS="proj"
13 BUILD_DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
20 cp -a $install/usr/lib/*.*a $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }