wok-next view libogg/receipt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents d635206a5649
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libogg"
4 VERSION="1.3.3"
5 CATEGORY="multimedia"
6 SHORT_DESC="OGG library from Xiph.org project"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="https://www.xiph.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libogg.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="http://downloads.xiph.org/releases/ogg/$TARBALL"
14 TARBALL_SHA1="ba54760b8f44bd85b79222286faf5d6a21e356fe"
16 SPLIT="$PACKAGE-dev"
18 TAGS_std="Xiph.org"
20 compile_rules() {
21 ./configure $CONFIGURE_ARGS &&
22 fix libtool &&
23 make &&
24 make -j1 install
25 }