wok annotate afpfs-ng-dev/receipt @ rev 20891

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 26 08:20:18 2019 +0100 (2019-02-26)
parents d9c2cb21341a
children
rev   line source
pascal@11213 1 # SliTaz package receipt.
pascal@11213 2
pascal@11213 3 PACKAGE="afpfs-ng-dev"
pascal@11213 4 VERSION="0.8.1"
pascal@11213 5 CATEGORY="development"
pascal@11213 6 SHORT_DESC="The free afpfs driver development files"
pascal@11213 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15362 8 LICENSE="GPL2"
pascal@11213 9 WEB_SITE="http://alexthepuffin.googlepages.com/"
pascal@11213 10 WANTED="afpfs-ng"
pascal@11213 11
pascal@11213 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11213 13 genpkg_rules()
pascal@11213 14 {
pascal@11213 15 mkdir -p $fs/usr/lib
pascal@15362 16 cp -a $install/usr/lib/*a $fs/usr/lib
pascal@11213 17 }