wok annotate frei0r-plugins/receipt @ rev 22479

get-palemoon: add tar flag J -> for .xz
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 29 13:37:05 2019 +0000 (2019-12-29)
parents e3f377fbc5f0
children c9734868193e
rev   line source
jozee@6824 1 # SliTaz package receipt.
jozee@6824 2
jozee@6824 3 PACKAGE="frei0r-plugins"
Hans-G?nter@20942 4 VERSION="1.6.1"
jozee@6824 5 CATEGORY="multimedia"
Hans-G?nter@20942 6 TAGS="multimedia"
jozee@6824 7 MAINTAINER="jozee@slitaz.org"
pascal@15588 8 LICENSE="GPL2"
jozee@6824 9 SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters."
pascal@20673 10 WEB_SITE="https://frei0r.dyne.org/"
Hans-G?nter@20942 11
jozee@6824 12 TARBALL="$PACKAGE-$VERSION.tar.gz"
Hans-G?nter@20942 13 WGET_URL="https://files.dyne.org/frei0r/releases/$TARBALL"
jozee@6824 14
pascal@15588 15 DEPENDS="gcc-lib-base gavl"
pascal@15588 16 BUILD_DEPENDS="gavl-dev"
pascal@15588 17
jozee@6824 18 # Rules to configure and make the package.
jozee@6824 19
Hans-G?nter@20942 20 compile_rules()
Hans-G?nter@20942 21 {
Hans-G?nter@20942 22 ./configure $CONFIGURE_ARGS &&
Hans-G?nter@20942 23 make -j 1 &&
Hans-G?nter@20942 24 make install
jozee@6824 25 }
jozee@6824 26
jozee@6824 27 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6824 28 genpkg_rules()
jozee@6824 29 {
jozee@6824 30 mkdir -p $fs/usr/lib/frei0r-1
pascal@15588 31 cp -a $install/usr/lib/frei0r-1/*so* $fs/usr/lib/frei0r-1
jozee@6824 32
jozee@6824 33 }