wok diff frei0r-plugins/receipt @ rev 20251
mixxx: force 32 bits arch
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Mar 12 18:00:41 2018 +0100 (2018-03-12) |
parents | 09d889437e38 |
children | e3f377fbc5f0 |
line diff
1.1 --- a/frei0r-plugins/receipt Sun May 22 01:09:14 2011 +0000 1.2 +++ b/frei0r-plugins/receipt Mon Mar 12 18:00:41 2018 +0100 1.3 @@ -4,14 +4,16 @@ 1.4 VERSION="1.3" 1.5 CATEGORY="multimedia" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 SHORT_DESC="frei0r is a minimalistic plugin API for video sources and filters." 1.9 -BUILD_DEPENDS="gavl-dev" 1.10 WEB_SITE="http://www.piksel.org/frei0r" 1.11 -DEPENDS="gcc-lib-base gavl" 1.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 WGET_URL="http://ftp.dyne.org/frei0r/releases/$TARBALL" 1.14 TAGS="multimedia" 1.15 1.16 +DEPENDS="gcc-lib-base gavl" 1.17 +BUILD_DEPENDS="gavl-dev" 1.18 + 1.19 # Rules to configure and make the package. 1.20 1.21 compile_rules() { 1.22 @@ -24,6 +26,6 @@ 1.23 genpkg_rules() 1.24 { 1.25 mkdir -p $fs/usr/lib/frei0r-1 1.26 - cp -a $_pkg/usr/lib/frei0r-1/*so* $fs/usr/lib/frei0r-1 1.27 + cp -a $install/usr/lib/frei0r-1/*so* $fs/usr/lib/frei0r-1 1.28 1.29 }