wok-next view opus-tools/receipt @ rev 19843

Up dbus, pcmciautils, opus-tools; add syslinux-slitaz-repack (to substitute syslinux), syslinux-slitaz-extra-repack (to substitute syslinux-extra).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 23 17:19:53 2017 +0300 (2017-08-23)
parents e1a48ceda4c1
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="opus-tools"
4 VERSION="0.1.10"
5 CATEGORY="multimedia"
6 SHORT_DESC="Opus encoder, decoder and tiny tools"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://opus-codec.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="https://archive.mozilla.org/pub/opus/$TARBALL"
14 BUILD_DEPENDS="libogg-dev opus-dev flac-dev"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 copy @std
26 DEPENDS="flac libogg opus"
27 }