wok view proj-dev/receipt @ rev 25643

Fix mouse issue on mc with ncurses6
author Stanislas Leduc <shann@slitaz.org>
date Fri Jan 12 14:14:28 2024 +0100 (6 months ago)
parents 739f32ea7fb3
children
line source
1 # SliTaz package receipt.
3 PACKAGE="proj-dev"
4 VERSION="7.0.0"
5 CATEGORY="misc"
6 SHORT_DESC="Proj - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://proj.org/"
11 DEPENDS="proj"
12 BUILD_DEPENDS=""
13 WANTED="proj"
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 }