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

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents c3a368c0cddb
children a3c581bf52b8
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="http://www.piksel.org/frei0r"
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 }