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

created recipes for efivar and efibootmgr
author Hans-G?nter Theisgen
date Tue Sep 01 10:09:15 2020 +0100 (2020-09-01)
parents a3c581bf52b8
children
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="devel@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="$PACKAGE-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 }