wok annotate libsndfile-dev/receipt @ rev 21820

syslinux/kbd: check kbd malloc pointer
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 11:41:26 2019 +0200 (2019-08-25)
parents 90efe33adc11
children 193f02614bcf
rev   line source
jozee@2660 1 # SliTaz package receipt.
jozee@2660 2
jozee@2660 3 PACKAGE="libsndfile-dev"
Hans-G?nter@21299 4 VERSION="1.0.28"
jozee@2660 5 CATEGORY="development"
Hans-G?nter@21299 6 SHORT_DESC="libsndfile development files."
jozee@2660 7 MAINTAINER="jozee@slitaz.org"
pascal@15482 8 LICENSE="LGPL2.1"
Hans-G?nter@21299 9 WEB_SITE="http://www.mega-nerd.com/libsndfile/"
Hans-G?nter@21299 10
jozee@2660 11 WANTED="libsndfile"
Hans-G?nter@21299 12 DEPENDS="libsndfile pkg-config"
Hans-G?nter@21299 13
pankso@16268 14 HOST_ARCH="i486 arm"
jozee@2660 15
jozee@2660 16 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2660 17 genpkg_rules()
jozee@2660 18 {
jozee@2660 19 mkdir -p $fs/usr/lib
Hans-G?nter@21299 20
Hans-G?nter@21299 21 cp -a $install/usr/include $fs/usr
Hans-G?nter@21299 22 cp -a $install/usr/lib/*.*a $fs/usr/lib/
Hans-G?nter@21299 23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
jozee@2660 24 }