wok-next view frei0r-plugins/receipt @ rev 20916

libopenraw, abiword: update deps; boost: pack unpacked libs
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Aug 21 05:42:25 2018 +0300 (2018-08-21)
parents 835b3b8ce6ac
children d5aab818505e
line source
1 # SliTaz package receipt v2.
3 PACKAGE="frei0r-plugins"
4 VERSION="1.3"
5 CATEGORY="multimedia"
6 SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://frei0r.dyne.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ftp.dyne.org/frei0r/releases/$TARBALL"
14 BUILD_DEPENDS="gavl-dev"
15 SPLIT="frei0r-plugins-dev"
17 compile_rules() {
18 ./configure $CONFIGURE_ARGS &&
19 fix libtool &&
20 make &&
21 make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 frei0r-plugins)
27 copy @std
28 DEPENDS="gcc-lib-base gavl"
29 TAGS="multimedia"
30 ;;
31 *-dev)
32 copy @dev
33 ;;
34 esac
35 }