wok-current diff poptop-man/receipt @ rev 17916
fontforge: add desktop integration, remove included fonts.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Thu Apr 09 10:20:05 2015 +0300 (2015-04-09) |
parents | 129bb5b11a7e |
children | 5b7188f5cd91 |
line diff
1.1 --- a/poptop-man/receipt Wed Mar 02 03:12:51 2011 +0000 1.2 +++ b/poptop-man/receipt Thu Apr 09 10:20:05 2015 +0300 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="PPTP server man pages." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WEB_SITE="http://www.poptop.org/" 1.9 WANTED="poptop" 1.10 SOURCE="pptpd" 1.11 @@ -13,6 +14,6 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr/ 1.15 - cp -a $_pkg/usr/share $fs/usr/ 1.16 + cp -a $install/usr/share $fs/usr/ 1.17 } 1.18