wok view iniparser-dev/receipt @ rev 23937

qemu: add X86_64 efi bios
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 12 11:24:50 2020 +0000 (2020-09-12)
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 }