wok view opus-dev/receipt @ rev 15293

accessx: link with libX11
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 27 08:54:59 2013 +0000 (2013-09-27)
parents 5d8c4833404a
children 47e1df965953
line source
1 # SliTaz package receipt.
3 PACKAGE="opus-dev"
4 VERSION="1.0.1"
5 CATEGORY="development"
6 SHORT_DESC="Totally open, royalty-free, highly versatile audio codec, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://opus-codec.org/"
10 WANTED="opus"
11 DEPENDS="opus"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/share $fs/usr
21 }