wok view avfs-dev/receipt @ rev 14529

Add avfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 18 13:45:09 2013 +0200 (2013-05-18)
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 }