wok annotate pilot-link-dev/receipt @ rev 24920

updated mp (5.2.10 -> 5.58)
author Hans-G?nter Theisgen
date Sun Apr 10 07:48:27 2022 +0100 (2022-04-10)
parents df94d1ef231c
children c3a6f662a1c1
rev   line source
llevrel@18696 1 # SliTaz package receipt.
llevrel@18696 2
llevrel@18696 3 PACKAGE="pilot-link-dev"
llevrel@18696 4 VERSION="0.12.5"
llevrel@18696 5 CATEGORY="development"
llevrel@18696 6 SHORT_DESC="pilot-link devel files."
llevrel@18696 7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
llevrel@18696 8 LICENSE="GPL-LGPL"
llevrel@18696 9 WANTED="pilot-link"
llevrel@18696 10 WEB_SITE="http://www.pilot-link.org/"
llevrel@18696 11
llevrel@18697 12 DEPENDS="pilot-link"
llevrel@18697 13
llevrel@18696 14 # Rules to gen a SliTaz package suitable for Tazpkg.
llevrel@18696 15 genpkg_rules()
llevrel@18696 16 {
llevrel@18696 17 mkdir -p $fs/usr/share
llevrel@18697 18 cp -a $install/usr/include $fs/usr
llevrel@18696 19 cp -a $install/usr/share/aclocal $fs/usr/share
llevrel@18696 20 }