wok view iniparser-dev/receipt @ rev 23769

linux:CONFIG_INPUT_ATLAS_BTNS=m
author Richard Dunbar <mojo@slitaz.org>
date Thu May 14 20:21:23 2020 -0400 (2020-05-14)
parents de49f29b101e
children
line source
1 # SliTaz package receipt.
3 PACKAGE="iniparser-dev"
4 VERSION="4.1"
5 CATEGORY="development"
6 SHORT_DESC="Iniparser development files"
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://github.com/ndevilla/iniparser/"
11 WANTED="iniparser"
12 DEPENDS="iniparser"
13 BUILD_DEPENDS=""
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 mkdir -p $fs/usr/include
21 cp -a $src/*.*a $fs/usr/lib
22 cp -a $src/src/*.h $fs/usr/include
23 }