wok view frei0r-plugins/receipt @ rev 11922

alsaplayer removed extension from desktop file
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Feb 29 15:01:14 2012 -0800 (2012-02-29)
parents 63b996317ebe
children fcdd50638150
line source
1 # SliTaz package receipt.
3 PACKAGE="frei0r-plugins"
4 VERSION="1.3"
5 CATEGORY="multimedia"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters."
8 BUILD_DEPENDS="gavl-dev"
9 WEB_SITE="http://www.piksel.org/frei0r"
10 DEPENDS="gcc-lib-base gavl"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://ftp.dyne.org/frei0r/releases/$TARBALL"
13 TAGS="multimedia"
15 # Rules to configure and make the package.
17 compile_rules() {
18 cd $src
19 ./configure $CONFIGURE_ARGS &&
20 make && make install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/lib/frei0r-1
27 cp -a $_pkg/usr/lib/frei0r-1/*so* $fs/usr/lib/frei0r-1
29 }