wok view portaudio-dev/receipt @ rev 25467
Up gnumeric (1.12.53)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Oct 03 08:28:51 2022 +0000 (2022-10-03) |
parents | cfdb128f6428 |
children | 8a1b5064cec9 |
line source
1 # SliTaz package receipt.
3 PACKAGE="portaudio-dev"
4 VERSION="19.7.0"
5 CATEGORY="development"
6 SHORT_DESC="Portaudio - development files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://www.portaudio.com/"
11 DEPENDS="portaudio pkg-config"
12 WANTED="portaudio"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 cook_copy_folders include
20 cook_copy_folders pkgconfig
21 cook_copy_files *.*a
22 }