wok-6.x view libao-dev/receipt @ rev 17478

Up openssh,openssh-pam,sftp-server to 6.7p1
author Richard Dunbar <mojo@slitaz.org>
date Mon Dec 29 13:36:32 2014 -0500 (2014-12-29)
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 }