wok-next annotate 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
rev   line source
al@19787 1 # SliTaz package receipt v2.
pankso@32 2
pankso@32 3 PACKAGE="libogg"
al@20905 4 VERSION="1.3.3"
pankso@206 5 CATEGORY="multimedia"
al@19787 6 SHORT_DESC="OGG library from Xiph.org project"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15482 8 LICENSE="BSD"
al@20906 9 WEB_SITE="https://www.xiph.org/"
al@20905 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/multimedia/libogg.html"
pankso@32 11
al@19787 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19787 13 WGET_URL="http://downloads.xiph.org/releases/ogg/$TARBALL"
al@21153 14 TARBALL_SHA1="ba54760b8f44bd85b79222286faf5d6a21e356fe"
al@19787 15
al@21020 16 SPLIT="$PACKAGE-dev"
pascal@15482 17
al@21153 18 TAGS_std="Xiph.org"
al@21153 19
al@20455 20 compile_rules() {
al@20455 21 ./configure $CONFIGURE_ARGS &&
al@20595 22 fix libtool &&
pankso@15946 23 make &&
al@20455 24 make -j1 install
pankso@32 25 }