wok-6.x annotate rlog-dev/receipt @ rev 23835

Up axel (2.17.8), bluez (5.54), cpio (2.13), dnsmasq (2.81), libssh (0.9.4), unbound (1.10.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 01 09:34:18 2020 +0000 (2020-06-01)
parents 47e1df965953
children 870e1ce31226
rev   line source
b1+slitaz@1826 1 # SliTaz package receipt.
b1+slitaz@1826 2
b1+slitaz@1826 3 PACKAGE="rlog-dev"
b1+slitaz@1826 4 VERSION="1.4"
b1+slitaz@1826 5 CATEGORY="development"
b1+slitaz@1826 6 SHORT_DESC="C++ logging library."
b1+slitaz@1826 7 MAINTAINER="b1+slitaz@nagel.org"
pascal@15593 8 LICENSE="LGPL2.1"
b1+slitaz@1826 9 WANTED="rlog"
pascal@20724 10 WEB_SITE="https://www.arg0.net/rlog"
b1+slitaz@1826 11
pascal@15599 12 DEPENDS="pkg-config"
pascal@15599 13
b1+slitaz@1826 14 # Rules to gen a SliTaz package suitable for Tazpkg.
b1+slitaz@1826 15 genpkg_rules()
b1+slitaz@1826 16 {
b1+slitaz@1826 17 mkdir -p $fs/usr/lib
pascal@15593 18 cp -a $install/usr/include $fs/usr
pascal@15593 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15593 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
b1+slitaz@1826 21 }