wok view avfs-dev/receipt @ rev 14701

monitorix: update /etc/monitorix.conf (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 07 18:28:08 2013 +0200 (2013-06-07)
parents
children 380ffe05937a
line source
1 # SliTaz package receipt.
3 PACKAGE="avfs-dev"
4 VERSION="1.0.1"
5 CATEGORY="development"
6 SHORT_DESC="A virtual Filesystem implemented with FUSE, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://avfs.sourceforge.net/"
9 WANTED="avfs"
11 DEPENDS="avfs"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 }