wok view ladspa-dev/receipt @ rev 20005
Up: PeaZip v6.0.0 to v6.4.1 :: Some dependencies satisfied.
author | Leonardo Laporte <hackdorte@yandex.com> |
---|---|
date | Tue Aug 01 12:26:53 2017 -0300 (2017-08-01) |
parents | 0f6e994c05b9 |
children | 4dece1e32570 |
line source
1 # SliTaz package receipt.
3 PACKAGE="ladspa-dev"
4 VERSION="1.13"
5 CATEGORY="development"
6 SHORT_DESC="ladspa devel files."
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="ladspa"
10 WEB_SITE="http://www.ladspa.org/"
12 DEPENDS="ladspa"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr
18 cp -a $install/usr/include $fs/usr
19 }