wok annotate iniparser/receipt @ rev 21692

simple-mtpfs: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 11:06:20 2019 +0200 (2019-06-04)
parents de49f29b101e
children 5ea0ce1cecc0
rev   line source
erjo@13409 1 # SliTaz package receipt.
erjo@13409 2
erjo@13409 3 PACKAGE="iniparser"
Hans-G?nter@21049 4 VERSION="4.1"
erjo@13409 5 CATEGORY="system-tools"
erjo@13409 6 SHORT_DESC="Free stand-alone ini file parsing library."
erjo@13409 7 MAINTAINER="erjo@slitaz.org"
pascal@15600 8 LICENSE="MIT"
Hans-G?nter@21049 9 WEB_SITE="https://github.com/ndevilla/iniparser/"
Hans-G?nter@21049 10
erjo@13409 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@21049 12 WGET_URL="https://github.com/ndevilla/$PACKAGE/archive/v$VERSION.tar.gz"
erjo@13409 13
erjo@13409 14 DEPENDS=""
erjo@13409 15 BUILD_DEPENDS=""
erjo@13409 16
erjo@13409 17 # Rules to configure and make the package.
erjo@13409 18 compile_rules()
erjo@13409 19 {
erjo@13409 20 make
erjo@13409 21 }
erjo@13409 22
erjo@13409 23 # Rules to gen a SliTaz package suitable for Tazpkg.
erjo@13409 24 genpkg_rules()
erjo@13409 25 {
erjo@13409 26 mkdir -p $fs/usr/lib
erjo@13409 27 cp -a $src/*.so* $fs/usr/lib
erjo@13409 28 }