wok-next view libogg/receipt @ rev 21153

Small updates.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 31 16:45:41 2019 +0200 (2019-01-31)
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 }