wok annotate frei0r-plugins-dev/receipt @ rev 22787

updated fusioninventory-agent (2.4.2 -> 2.5.2)
author Hans-G?nter Theisgen
date Sun Jan 26 17:39:32 2020 +0100 (2020-01-26)
parents 870f83ae0aa2
children
rev   line source
jozee@6824 1 # SliTaz package receipt.
jozee@6824 2
jozee@6824 3 PACKAGE="frei0r-plugins-dev"
Hans-G?nter@22782 4 VERSION="1.7.0"
jozee@6824 5 CATEGORY="development"
Hans-G?nter@22782 6 SHORT_DESC="frei0r-plugins - development files."
jozee@6824 7 MAINTAINER="jozee@slitaz.org"
pascal@15588 8 LICENSE="GPL2"
pascal@20673 9 WEB_SITE="https://frei0r.dyne.org/"
Hans-G?nter@20942 10
Hans-G?nter@22782 11 DEPENDS="frei0r-plugins"
pascal@15588 12 WANTED="frei0r-plugins"
jozee@6824 13
jozee@6824 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6824 15 genpkg_rules()
jozee@6824 16 {
jozee@6824 17 mkdir -p $fs/usr
Hans-G?nter@22782 18 cp -a $install/usr/include $fs/usr
jozee@6824 19 }