wok-current diff fftw-dev/receipt @ rev 15588

arj: ugly ack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 02 16:43:36 2013 +0000 (2013-12-02)
parents 37d59127ab99
children 8ed62ecac0c7
line diff
     1.1 --- a/fftw-dev/receipt	Wed Oct 20 00:41:56 2010 +0000
     1.2 +++ b/fftw-dev/receipt	Mon Dec 02 16:43:36 2013 +0000
     1.3 @@ -4,6 +4,7 @@
     1.4  VERSION="3.2.2"
     1.5  CATEGORY="development"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8  SHORT_DESC="fftw devel files"
     1.9  WEB_SITE="http://www.fftw.org/"
    1.10  DEPENDS="fftw"
    1.11 @@ -13,7 +14,7 @@
    1.12  genpkg_rules()
    1.13  {
    1.14  	mkdir -p $fs/usr/lib
    1.15 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.16 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.17 -	cp -a $_pkg/usr/include $fs/usr
    1.18 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.19 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21  }