wok view 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
line source
1 # SliTaz package receipt.
3 PACKAGE="pilot-link-dev"
4 VERSION="0.12.5"
5 CATEGORY="development"
6 SHORT_DESC="pilot-link devel files."
7 MAINTAINER="Lucas Levrel <llev@slitaz.org>"
8 LICENSE="GPL-LGPL"
9 WANTED="pilot-link"
10 WEB_SITE="http://www.pilot-link.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/share
16 cp -a $install/usr/include $install/usr/lib $fs/usr
17 cp -a $install/usr/share/aclocal $fs/usr/share
18 }