wok-6.x annotate frei0r-plugins/receipt @ rev 11471
xorg-xedit: set depends to "xorg-libXaw xorg-libXt xorg-libXmu xorg-libX11"
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Sat Dec 17 11:45:19 2011 +0100 (2011-12-17) |
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 } |