wok-next diff flac/receipt @ rev 15688

Fix debootstrap receipt
author Stanislas Leduc <shann@slitaz.org>
date Sat Dec 21 07:55:19 2013 +0100 (2013-12-21)
parents 4bfb6edd3dc2
children c86f53258a6b
line diff
     1.1 --- a/flac/receipt	Sat May 14 22:46:14 2011 +0200
     1.2 +++ b/flac/receipt	Sat Dec 21 07:55:19 2013 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="FLAC stands for Free Lossless Audio Codec."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 +LICENSE="GPL2 LGPL2.1"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -DEPENDS="libogg gcc-lib-base"
    1.10 -BUILD_DEPENDS="libogg-dev"
    1.11  WEB_SITE="http://flac.sourceforge.net/"
    1.12  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.13  TAGS="codec audio"
    1.14  
    1.15 +DEPENDS="libogg gcc-lib-base"
    1.16 +BUILD_DEPENDS="libogg-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -30,7 +32,7 @@
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $_pkg/usr/bin $fs/usr
    1.26 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 
    1.27 +	cp -a $install/usr/bin $fs/usr
    1.28 +	cp -a $install/usr/lib/*.so* $fs/usr/lib 
    1.29  }
    1.30