wok-next diff proj-dev/receipt @ rev 16656
poppler, poppler-dev: nothing changed
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed May 14 01:49:30 2014 +0300 (2014-05-14) |
parents | 91ed8fa372e3 |
children |
line diff
1.1 --- a/proj-dev/receipt Sat Aug 04 22:10:01 2012 +0200 1.2 +++ b/proj-dev/receipt Wed May 14 01:49:30 2014 +0300 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 }