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

Add jpilot, pilot-link(-dev)
author Lucas Levrel <llevrel@yahoo.fr>
date Sun Dec 13 23:12:27 2015 +0100 (2015-12-13)
parents
children 7aa5bdffd3f5
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@18696 12 # Rules to gen a SliTaz package suitable for Tazpkg.
llevrel@18696 13 genpkg_rules()
llevrel@18696 14 {
llevrel@18696 15 mkdir -p $fs/usr/share
llevrel@18696 16 cp -a $install/usr/include $install/usr/lib $fs/usr
llevrel@18696 17 cp -a $install/usr/share/aclocal $fs/usr/share
llevrel@18696 18 }