wok-current view libao-dev/receipt @ rev 25668

Update firmware, fix sound linux packages
author Stanislas Leduc <shann@slitaz.org>
date Sat Mar 02 20:44:59 2024 +0000 (3 months ago)
parents 2443e7e7a2db
children
line source
1 # SliTaz package receipt.
3 PACKAGE="libao-dev"
4 VERSION="1.2.2"
5 CATEGORY="development"
6 SHORT_DESC="libao development files."
7 MAINTAINER="rj.rohit@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://xiph.org/ao/"
11 DEPENDS="pkg-config"
12 WANTED="libao"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/lib/ao/plugins-4
20 mkdir -p $fs/usr/share
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 cp -a $install/usr/include $fs/usr
24 cp -a $install/usr/share/aclocal $fs/usr/share
25 }