wok-6.x annotate avfs-dev/receipt @ rev 23782
updated xterm (350 -> 356)
author | Hans-G?nter Theisgen |
---|---|
date | Thu May 21 14:28:09 2020 +0100 (2020-05-21) |
parents | 930e70d3ef54 |
children | 5836340a00c2 |
rev | line source |
---|---|
pascal@14529 | 1 # SliTaz package receipt. |
pascal@14529 | 2 |
pascal@14529 | 3 PACKAGE="avfs-dev" |
Hans-G?nter@22522 | 4 VERSION="1.1.1" |
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" |
Hans-G?nter@22522 | 9 WEB_SITE="https://sourceforge.net/projects/avf/" |
Hans-G?nter@20729 | 10 |
Hans-G?nter@22522 | 11 DEPENDS="avfs" |
pascal@14529 | 12 WANTED="avfs" |
pascal@14529 | 13 |
pascal@14529 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@14529 | 15 genpkg_rules() |
pascal@14529 | 16 { |
pascal@14529 | 17 mkdir -p $fs/usr/lib |
Hans-G?nter@22522 | 18 |
Hans-G?nter@22522 | 19 cp -a $install/usr/include $fs/usr |
Hans-G?nter@22522 | 20 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@14529 | 21 } |