wok view opus-dev/receipt @ rev 18857

gnome-games (patch for aisleriot, swell-foop, lightsoff)
author Lucas Levrel <llevrel@yahoo.fr>
date Tue Jan 26 22:00:52 2016 +0100 (2016-01-26)
parents 23c3aed67cd9
children 2dad74422e4c
line source
1 # SliTaz package receipt.
3 PACKAGE="opus-dev"
4 VERSION="1.1"
5 CATEGORY="development"
6 SHORT_DESC="Totally open, royalty-free, highly versatile audio codec, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://opus-codec.org/"
11 WANTED="opus"
12 DEPENDS="opus pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/share $fs/usr
22 }