[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 Summary: TrueType to Adobe Type 1 font converter 2 Name: ttf2pt1 3 Version: XXX 4 Release: 1jv 5 Source: %{name}-%{version}.tgz 6 Copyright: Distributable 7 Group: Utilities/Printing 8 BuildRoot: /var/tmp/ttf2pt1 9 10 %description 11 * True Type Font to Adobe Type 1 font converter 12 * By Mark Heath <[email protected]> 13 * Based on ttf2pfa by Andrew Weeks <[email protected]> 14 * With help from Frank M. Siegert <[email protected]> 15 16 %prep 17 %setup 18 19 %build 20 make all 21 22 %install 23 rm -fr $RPM_BUILD_ROOT 24 mkdir -p $RPM_BUILD_ROOT/usr/local/bin 25 mkdir -p $RPM_BUILD_ROOT/usr/local/share/%{name} 26 mkdir -p $RPM_BUILD_ROOT/usr/local/doc 27 28 install -s -m 0555 ttf2pt1 $RPM_BUILD_ROOT/usr/local/bin 29 install -m 0555 scripts/* $RPM_BUILD_ROOT/usr/local/share/%{name} 30 chmod 0444 $RPM_BUILD_ROOT/usr/local/share/%{name}/convert.cfg.sample 31 32 %clean 33 rm -rf $RPM_BUILD_ROOT 34 35 %files 36 %defattr(644, root, root, 755) 37 %doc README README.html INSTALL INSTALL.html 38 /usr/local/bin/ttf2pt1 39 /usr/local/share/%{name} 40
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |