wok diff fftw/receipt @ rev 17273

tazwikiss: tiny edit
author Richard Dunbar <mojo@slitaz.org>
date Fri Oct 24 12:53:14 2014 -0400 (2014-10-24)
parents 8e4c74abdf74
children 70b446c3592a
line diff
     1.1 --- a/fftw/receipt	Mon Jan 02 23:06:19 2012 +0100
     1.2 +++ b/fftw/receipt	Fri Oct 24 12:53:14 2014 -0400
     1.3 @@ -4,6 +4,7 @@
     1.4  VERSION="3.2.2"
     1.5  CATEGORY="multimedia"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SHORT_DESC="A library for computing the discrete Fourier transform (DFT)"
     1.9  BUILD_DEPENDS="gfortran"
    1.10  WEB_SITE="http://www.fftw.org/"
    1.11 @@ -41,7 +42,6 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib $fs/usr/share
    1.15 -	cp -a $_pkg/usr/bin $fs/usr
    1.16 -	cp -a $_pkg/usr/lib/*so* $fs/usr/lib/
    1.17 -	
    1.18 +	cp -a $install/usr/bin $fs/usr
    1.19 +	cp -a $install/usr/lib/*so* $fs/usr/lib/
    1.20  }