wok diff proj-dev/receipt @ rev 19876
linld: fix hook_int15_88
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 31 16:58:50 2017 +0200 (2017-03-31) |
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 Mar 31 16:58:50 2017 +0200 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 }