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

Up cryptsetup-dev (2.3.4), lzham_codec (1_0_stable1), slitaz-boot-scripts (466), tazlito (527)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Sep 17 10:31:38 2020 +0000 (2020-09-17)
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 }