wok view libsndfile-dev/receipt @ rev 11689

ntop: update bdep
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Feb 18 17:18:01 2012 +0100 (2012-02-18)
parents cdafe774a067
children 8d6f480bf664
line source
1 # SliTaz package receipt.
3 PACKAGE="libsndfile-dev"
4 VERSION="1.0.23"
5 CATEGORY="development"
6 SHORT_DESC="libsndfile devel files"
7 MAINTAINER="jozee@slitaz.org"
8 DEPENDS="libsndfile"
9 WANTED="libsndfile"
10 WEB_SITE="http://www.mega-nerd.com/libsndfile/"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 }