wok diff xorg-mkfontscale/receipt @ rev 18349
visualboyadvance: add vba.glade closes bug #146
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Fri Sep 11 20:23:18 2015 -0400 (2015-09-11) |
parents | bf4417b54ba9 |
children | c98388cd248b |
line diff
1.1 --- a/xorg-mkfontscale/receipt Thu Nov 03 10:39:15 2011 +0100 1.2 +++ b/xorg-mkfontscale/receipt Fri Sep 11 20:23:18 2015 -0400 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Create an index of scalable font files for X." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="MIT" 1.8 SOURCE="mkfontscale" 1.9 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://xorg.freedesktop.org/" 1.11 @@ -27,6 +28,6 @@ 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 } 1.18