wok-current annotate avfs-dev/receipt @ rev 20729
updated avfs (1.0.1 -> 1.0.6)
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 09 15:27:48 2019 +0100 (2019-02-09) |
parents | 6e8b1bcb30e2 |
children | 930e70d3ef54 |
rev | line source |
---|---|
pascal@14529 | 1 # SliTaz package receipt. |
pascal@14529 | 2 |
pascal@14529 | 3 PACKAGE="avfs-dev" |
Hans-G?nter@20729 | 4 VERSION="1.0.6" |
pascal@14529 | 5 CATEGORY="development" |
pascal@14529 | 6 SHORT_DESC="A virtual Filesystem implemented with FUSE, development files." |
pascal@14529 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15000 | 8 LICENSE="GPL2" |
pascal@20671 | 9 WEB_SITE="http://avf.sourceforge.net/" |
Hans-G?nter@20729 | 10 |
pascal@14529 | 11 WANTED="avfs" |
pascal@14529 | 12 |
pascal@14529 | 13 DEPENDS="avfs" |
pascal@14529 | 14 |
pascal@14529 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14529 | 16 genpkg_rules() |
pascal@14529 | 17 { |
pascal@14529 | 18 mkdir -p $fs/usr/lib |
pascal@14529 | 19 cp -a $install/usr/include $fs/usr |
pascal@14529 | 20 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@14529 | 21 } |