wok view afpfs-ng-dev/receipt @ rev 17501

Normalize tags "file-manager", "web-browser", "text-editor", "terminal", and "window-manager" according to tazx.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 08 02:04:05 2015 +0200 (2015-01-08)
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 }