wok view avfs-dev/receipt @ rev 20890

corrected WGET_URL in espeak recipe
author Hans-G?nter Theisgen
date Mon Feb 25 17:52:18 2019 +0100 (2019-02-25)
parents 60b0868741df
children b2dc64e8a80b
line source
1 # SliTaz package receipt.
3 PACKAGE="avfs-dev"
4 VERSION="1.0.6"
5 CATEGORY="development"
6 SHORT_DESC="A virtual Filesystem implemented with FUSE, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://avf.sourceforge.net/"
11 WANTED="avfs"
12 DEPENDS="avfs"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 }