wok-next annotate frei0r-plugins/receipt @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents a3c581bf52b8
children
rev   line source
al@20456 1 # SliTaz package receipt v2.
jozee@6824 2
jozee@6824 3 PACKAGE="frei0r-plugins"
slaxemulator@9245 4 VERSION="1.3"
jozee@6824 5 CATEGORY="multimedia"
al@20456 6 SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15588 8 LICENSE="GPL2"
al@20906 9 WEB_SITE="https://frei0r.dyne.org/"
al@20456 10
jozee@6824 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@6863 12 WGET_URL="http://ftp.dyne.org/frei0r/releases/$TARBALL"
jozee@6824 13
pascal@15588 14 BUILD_DEPENDS="gavl-dev"
al@21020 15 SPLIT="$PACKAGE-dev"
jozee@6824 16
jozee@6824 17 compile_rules() {
al@20569 18 ./configure $CONFIGURE_ARGS &&
al@20569 19 fix libtool &&
al@20569 20 make &&
al@20569 21 make install
jozee@6824 22 }
jozee@6824 23
al@20456 24 genpkg_rules() {
al@20456 25 case $PACKAGE in
al@20456 26 frei0r-plugins)
al@20456 27 copy @std
al@20456 28 DEPENDS="gcc-lib-base gavl"
al@20456 29 TAGS="multimedia"
al@20456 30 ;;
al@20456 31 *-dev)
al@20456 32 copy @dev
al@20456 33 ;;
al@20456 34 esac
jozee@6824 35 }