wok diff mgetty-voicetools/receipt @ rev 22491
updated apr and apr-dev (1.4.6 -> 1.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 31 14:21:42 2019 +0100 (2019-12-31) |
parents | 9cbcdb219b50 |
children | a4a2b897d572 |
line diff
1.1 --- a/mgetty-voicetools/receipt Wed Oct 20 11:51:01 2010 +0000 1.2 +++ b/mgetty-voicetools/receipt Tue Dec 31 14:21:42 2019 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="network" 1.5 SHORT_DESC="Convertion tool set for vgetty." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="GPL2" 1.8 WEB_SITE="http://mgetty.greenie.net/" 1.9 DEPENDS="mgetty" 1.10 WANTED="mgetty" 1.11 @@ -13,5 +14,5 @@ 1.12 genpkg_rules() 1.13 { 1.14 mkdir -p $fs/usr 1.15 - cp -a $_pkg/usr/bin $fs/usr 1.16 + cp -a $install/usr/bin $fs/usr 1.17 }