wok diff fluidsynth-dev/receipt @ rev 15130

pinentry-gtk: add build_depends
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Aug 15 09:23:59 2013 +0000 (2013-08-15)
parents b728ff36a894
children 8ed62ecac0c7
line diff
     1.1 --- a/fluidsynth-dev/receipt	Sat Oct 23 15:15:10 2010 +0000
     1.2 +++ b/fluidsynth-dev/receipt	Thu Aug 15 09:23:59 2013 +0000
     1.3 @@ -4,16 +4,18 @@
     1.4  VERSION="1.1.3"
     1.5  CATEGORY="development"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 +LICENSE="LGPL2"
     1.8  SHORT_DESC="fluidsynth devel files"
     1.9 -DEPENDS="fluidsynth"
    1.10  WEB_SITE="http://www.fluidsynth.org/"
    1.11  WANTED="fluidsynth"
    1.12  
    1.13 +DEPENDS="fluidsynth"
    1.14 +
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18  	mkdir -p $fs/usr/lib
    1.19 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
    1.20 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
    1.21 -	cp -a $_pkg/usr/include $fs/usr
    1.22 +	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.23 +	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.24 +	cp -a $install/usr/include $fs/usr
    1.25  }