wok diff xfig/receipt @ rev 15959
spacefm: better default config file
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Feb 24 01:01:53 2014 +0100 (2014-02-24) |
parents | bcd90ecb3091 |
children | 4bbada6faade |
line diff
1.1 --- a/xfig/receipt Thu Nov 03 10:47:24 2011 +0100 1.2 +++ b/xfig/receipt Mon Feb 24 01:01:53 2014 +0100 1.3 @@ -5,6 +5,7 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="Vector graphics editor for X." 1.6 MAINTAINER="pascal.bellard@slitaz.org" 1.7 +LICENSE="MIT" 1.8 TARBALL="$PACKAGE.$VERSION.full.tar.gz" 1.9 WEB_SITE="http://www.xfig.org/" 1.10 WGET_URL="http://downloads.sourceforge.net/mcj/$TARBALL" 1.11 @@ -28,6 +29,6 @@ 1.12 # Rules to gen a SliTaz package suitable for Tazpkg. 1.13 genpkg_rules() 1.14 { 1.15 - cp -a $_pkg/* $fs 1.16 + cp -a $install/* $fs 1.17 sed -i 's/^Fig\*Font:.*/Fig*Font:\t\t\tfixed/' $fs/etc/X11/app-defaults/Fig 1.18 }