wok view ladspa-dev/receipt @ rev 15079

libdes: add license
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 17:28:10 2013 +0000 (2013-08-13)
parents 074093b29f91
children 2a5cc8208d36
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 WANTED="ladspa"
9 WEB_SITE="http://www.ladspa.org/"
11 DEPENDS="ladspa"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr
17 cp -a $install/usr/include $fs/usr
18 }