wok annotate libsndfile-dev/receipt @ rev 16268

ARM: add libsexy libsndfile
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 05 20:04:34 2014 +0200 (2014-04-05)
parents 8ed62ecac0c7
children eb224fc20462
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/"
pankso@16268 11 HOST_ARCH="i486 arm"
jozee@2660 12
pascal@15597 13 DEPENDS="libsndfile pkg-config"
pascal@15482 14
jozee@2660 15 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2660 16 genpkg_rules()
jozee@2660 17 {
jozee@2660 18 mkdir -p $fs/usr/lib
pascal@15482 19 cp -a $install/usr/include $fs/usr
pascal@15482 20 cp -a $install/usr/lib/*.*a $fs/usr/lib/
pascal@15482 21 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
jozee@2660 22 }