wok annotate 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
rev   line source
jozee@6824 1 # SliTaz package receipt.
jozee@6824 2
jozee@6824 3 PACKAGE="frei0r-plugins"
slaxemulator@9245 4 VERSION="1.3"
jozee@6824 5 CATEGORY="multimedia"
jozee@6824 6 MAINTAINER="jozee@slitaz.org"
jozee@6824 7 SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters."
jozee@6824 8 BUILD_DEPENDS="gavl-dev"
jozee@6824 9 WEB_SITE="http://www.piksel.org/frei0r"
jozee@6824 10 DEPENDS="gcc-lib-base gavl"
jozee@6824 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@6863 12 WGET_URL="http://ftp.dyne.org/frei0r/releases/$TARBALL"
jozee@6824 13 TAGS="multimedia"
jozee@6824 14
jozee@6824 15 # Rules to configure and make the package.
jozee@6824 16
jozee@6824 17 compile_rules() {
jozee@6824 18 cd $src
slaxemulator@10331 19 ./configure $CONFIGURE_ARGS &&
slaxemulator@10331 20 make && make install
jozee@6824 21 }
jozee@6824 22
jozee@6824 23 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6824 24 genpkg_rules()
jozee@6824 25 {
jozee@6824 26 mkdir -p $fs/usr/lib/frei0r-1
jozee@6824 27 cp -a $_pkg/usr/lib/frei0r-1/*so* $fs/usr/lib/frei0r-1
jozee@6824 28
jozee@6824 29 }