wok diff proj-dev/receipt @ rev 16255

Up socat (2.0.0-b7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 04 16:24:21 2014 +0000 (2014-04-04)
parents 91ed8fa372e3
children 4b6d3ac55c10
line diff
     1.1 --- a/proj-dev/receipt	Sat Aug 04 22:10:01 2012 +0200
     1.2 +++ b/proj-dev/receipt	Fri Apr 04 16:24:21 2014 +0000
     1.3 @@ -5,13 +5,13 @@
     1.4  CATEGORY="misc"
     1.5  SHORT_DESC="Proj dev files."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="MIT"
     1.8  WEB_SITE="http://trac.osgeo.org/proj/"
     1.9  WANTED="proj"
    1.10  
    1.11  DEPENDS="proj"
    1.12  BUILD_DEPENDS=""
    1.13  
    1.14 -
    1.15  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.16  genpkg_rules()
    1.17  {
    1.18 @@ -19,5 +19,4 @@
    1.19  	
    1.20  	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.21  	cp -a $install/usr/include $fs/usr
    1.22 -	
    1.23  }