wok view frei0r-plugins/receipt @ rev 9839

Removed perl-html-entiites. Use perl-html-parser instead.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun May 15 14:07:10 2011 +0000 (2011-05-15)
parents 2ecfb88314ac
children 09d889437e38
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 && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/lib/frei0r-1
26 cp -a $_pkg/usr/lib/frei0r-1/*so* $fs/usr/lib/frei0r-1
28 }