wok-current annotate libsamplerate-dev/receipt @ rev 25724
Up audacity to 3.0.2, fix openssh/wxWidgets build
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Tue Jun 25 14:51:14 2024 +0000 (14 months ago) |
parents | a23978bfa665 |
children | 5926178cd6fa |
rev | line source |
---|---|
pankso@295 | 1 # SliTaz package receipt. |
pankso@295 | 2 |
pankso@295 | 3 PACKAGE="libsamplerate-dev" |
shann@25634 | 4 VERSION="0.2.2" |
pascal@316 | 5 CATEGORY="development" |
Hans-Günter@21283 | 6 SHORT_DESC="Development files from the Sample Rate Converter for audio." |
pankso@295 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@14718 | 8 LICENSE="GPL2" |
Hans-Günter@21283 | 9 WEB_SITE="http://www.mega-nerd.com/SRC/" |
Hans-Günter@21283 | 10 |
pankso@295 | 11 WANTED="libsamplerate" |
Hans-Günter@21283 | 12 DEPENDS="libsamplerate pkg-config" |
Hans-Günter@21283 | 13 |
pankso@16014 | 14 HOST_ARCH="i486 arm" |
pankso@295 | 15 |
pankso@295 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@295 | 17 genpkg_rules() |
pankso@295 | 18 { |
pankso@295 | 19 mkdir -p $fs/usr/lib |
Hans-Günter@21283 | 20 |
Hans-Günter@21283 | 21 cp -a $install/usr/include $fs/usr |
pascal@14718 | 22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pankso@295 | 23 } |