wok-current view ladspa-dev/receipt @ rev 13535

gnome-vfs: repaired (from unwork state); added gnome-vfs-i18n (optional lang files)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 23 11:28:07 2012 +0200 (2012-10-23)
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 }