wok-6.x diff proj-dev/receipt @ rev 16410
Up: ntfs-3g (2014.2.15)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Thu Apr 17 11:09:07 2014 +0400 (2014-04-17) |
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 Thu Apr 17 11:09:07 2014 +0400 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 }