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

up startup-notification 0.12. up thunar 1.3.0. xcb-util symlinks.
author Samuel Trassare <samuel_trassare@yahoo.com>
date Mon Feb 27 15:21:59 2012 -0800 (2012-02-27)
parents
children 617dbdeb6f7e
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 WEB_SITE="http://alexthepuffin.googlepages.com/"
9 WANTED="afpfs-ng"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $_pkg/usr/lib/*a $fs/usr/lib
16 }