wok view libao-dev/receipt @ rev 23641

updated sg3_utils and sg3_utils-dev (1.29 -> 1.45)
author Hans-G?nter Theisgen
date Mon Apr 20 10:42:41 2020 +0100 (2020-04-20)
parents a78610b2eb47
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/ao/plugins-4/*.la $fs/usr/lib/ao/plugins-4
23 cp -a $install/usr/lib/*.*a $fs/usr/lib
24 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
25 cp -a $install/usr/include $fs/usr
26 cp -a $install/usr/share/aclocal $fs/usr/share
27 }