wok view ladspa-dev/receipt @ rev 9124

hal-cups-utils: fix compile_rules
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Mar 05 18:36:40 2011 +0100 (2011-03-05)
parents 34b07d7607c0
children 0f6e994c05b9
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 DEPENDS="ladspa"
9 WANTED="ladspa"
10 WEB_SITE="http://www.ladspa.org/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr
16 cp -a $_pkg/usr/include $fs/usr
17 }