wok view afpfs-ng-dev/receipt @ rev 17437
slitaz-boot-scripts: install required slitaz-arm-configs in ARM case
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Sun Dec 07 19:35:57 2014 -0500 (2014-12-07) |
parents | d9c2cb21341a |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="afpfs-ng-dev"
4 VERSION="0.8.1"
5 CATEGORY="development"
6 SHORT_DESC="The free afpfs driver development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://alexthepuffin.googlepages.com/"
10 WANTED="afpfs-ng"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*a $fs/usr/lib
17 }