wok view libao-dev/receipt @ rev 18897

syslinux/isohybrid.exe add -r support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 14 22:06:06 2016 +0100 (2016-02-14)
parents c35d5f7526ad
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="libao-dev"
4 VERSION="1.1.0"
5 CATEGORY="development"
6 SHORT_DESC="libao devel files"
7 MAINTAINER="rj.rohit@gmail.com"
8 LICENSE="GPL2"
9 WANTED="libao"
10 WEB_SITE="http://downloads.xiph.org/releases/ao/"
11 HOST_ARCH="i486 arm"
13 DEPENDS="pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p \
19 $fs/usr/lib/ao/plugins-4 \
20 $fs/usr/share
21 cp -a $install/usr/lib/ao/plugins-4/*.la $fs/usr/lib/ao/plugins-4
22 cp -a $install/usr/lib/*.*a $fs/usr/lib
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 cp -a $install/usr/include $fs/usr
25 cp -a $install/usr/share/aclocal $fs/usr/share
26 }