wok view frei0r-plugins/receipt @ rev 20806

updated cowpatty again (4.6 -> 4.8)
author Hans-G?nter Theisgen
date Sun Feb 17 16:25:02 2019 +0100 (2019-02-17)
parents fcdd50638150
children 870f83ae0aa2
line source
1 # SliTaz package receipt.
3 PACKAGE="frei0r-plugins"
4 VERSION="1.3"
5 CATEGORY="multimedia"
6 MAINTAINER="jozee@slitaz.org"
7 LICENSE="GPL2"
8 SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters."
9 WEB_SITE="https://frei0r.dyne.org/"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="http://ftp.dyne.org/frei0r/releases/$TARBALL"
12 TAGS="multimedia"
14 DEPENDS="gcc-lib-base gavl"
15 BUILD_DEPENDS="gavl-dev"
17 # Rules to configure and make the package.
19 compile_rules() {
20 cd $src
21 ./configure $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/lib/frei0r-1
29 cp -a $install/usr/lib/frei0r-1/*so* $fs/usr/lib/frei0r-1
31 }