wok view proj-dev/receipt @ rev 18164

sakura: fix invisibility on startup with xf86-video-fbdev
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sat Jun 27 03:23:04 2015 +0300 (2015-06-27)
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 }