wok diff wxpython-dev/receipt @ rev 17715

aspell, libstatgrab, reiser4progs: add -ltinfo in LDFLAGS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Mar 05 08:50:37 2015 +0100 (2015-03-05)
parents 41b267435764
children 73f36875e5a7
line diff
     1.1 --- a/wxpython-dev/receipt	Fri Apr 20 11:49:30 2012 +0200
     1.2 +++ b/wxpython-dev/receipt	Thu Mar 05 08:50:37 2015 +0100
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="wxPython devel files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="wxpython"
     1.8 +LICENSE="LGPL"
     1.9  SOURCE="wxPython-src"
    1.10  WANTED="wxpython"
    1.11  WEB_SITE="http://www.wxpython.org/"
    1.12  
    1.13 +DEPENDS="wxpython"
    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
    1.19 -	cp -a $_pkg/usr/include $fs/usr
    1.20 +	cp -a $install/usr/include $fs/usr
    1.21  }