wok annotate libsndfile-dev/receipt @ rev 15482

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Nov 10 17:13:06 2013 +0000 (2013-11-10)
parents bc341388571d
children 8ed62ecac0c7
rev   line source
jozee@2660 1 # SliTaz package receipt.
jozee@2660 2
jozee@2660 3 PACKAGE="libsndfile-dev"
slaxemulator@6705 4 VERSION="1.0.23"
jozee@2660 5 CATEGORY="development"
jozee@2660 6 SHORT_DESC="libsndfile devel files"
jozee@2660 7 MAINTAINER="jozee@slitaz.org"
pascal@15482 8 LICENSE="LGPL2.1"
jozee@2660 9 WANTED="libsndfile"
jozee@2660 10 WEB_SITE="http://www.mega-nerd.com/libsndfile/"
jozee@2660 11
pascal@15482 12 DEPENDS="libsndfile"
pascal@15482 13
jozee@2660 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2660 15 genpkg_rules()
jozee@2660 16 {
jozee@2660 17 mkdir -p $fs/usr/lib
pascal@15482 18 cp -a $install/usr/include $fs/usr
pascal@15482 19 cp -a $install/usr/lib/*.*a $fs/usr/lib/
pascal@15482 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
jozee@2660 21 }