wok view frei0r-plugins/receipt @ rev 14112

smbclient: fix too much newline that produced a 546 files smbclient package, sorry about that
author ernia <monghitri@aruba.it>
date Sun Feb 24 21:28:58 2013 +0000 (2013-02-24)
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 }