wok view libao-dev/receipt @ rev 16328

mercurial: fix receipt (Thanks Alexandr) and ARM up slitaz-configs
author Christophe Lincoln <pankso@slitaz.org>
date Thu Apr 10 19:44:57 2014 +0200 (2014-04-10)
parents 8ed62ecac0c7
children e1ee172acb7b
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/"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p \
18 $fs/usr/lib/ao/plugins-4 \
19 $fs/usr/share
20 cp -a $install/usr/lib/ao/plugins-4/*.la $fs/usr/lib/ao/plugins-4
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
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 }