wok-current view speex-dev/receipt @ rev 25712

Use symlink for libxvmc-mesa
author Stanislas Leduc <shann@slitaz.org>
date Mon Jun 10 20:42:21 2024 +0000 (3 weeks ago)
parents 8ba543afd58c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="speex-dev"
4 VERSION="1.2.1"
5 CATEGORY="development"
6 SHORT_DESC="Low bandwidth voice codec - development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.speex.org/"
11 DEPENDS="pkg-config speex"
12 WANTED="speex"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share
21 get_dev_files
22 cp -a $install/usr/share/aclocal $fs/usr/share
24 # Ensure remove .la files
25 find $fs -name "*.la" -delete
26 }