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

updated xpra (0.8.7 -> 2.5.3)
author Hans-G?nter Theisgen
date Thu Aug 08 10:35:31 2019 +0100 (2019-08-08)
parents e3f377fbc5f0
children c9734868193e
rev   line source
jozee@6824 1 # SliTaz package receipt.
jozee@6824 2
jozee@6824 3 PACKAGE="frei0r-plugins-dev"
Hans-G?nter@20942 4 VERSION="1.6.1"
jozee@6824 5 CATEGORY="development"
jozee@6824 6 MAINTAINER="jozee@slitaz.org"
pascal@15588 7 LICENSE="GPL2"
jozee@6824 8 SHORT_DESC="frei0r-plugins devel files"
pascal@20673 9 WEB_SITE="https://frei0r.dyne.org/"
Hans-G?nter@20942 10
pascal@15588 11 WANTED="frei0r-plugins"
slaxemulator@6863 12 DEPENDS="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
pascal@15588 18 cp -a $install/usr/include $fs/usr
jozee@6824 19 }