--- admin/PlamoBuild-template-20170713 2017-07-13 13:07:00.000000000 +0900 +++ plamo/02_x11/TTfont.txz/IPAexfont/PlamoBuild.IPAexfont-00103 2018-06-16 10:12:13.000000000 +0900 @@ -1,19 +1,19 @@ #!/bin/sh ###################################################################### -url="" +url="https://jaist.dl.osdn.jp/ipafonts/49986/IPAexfont00103.zip" verify= digest= branch= commitid= -pkgbase= -vers= -arch=`uname -m` -build=P1 -src=$pkgbase-$vers +pkgbase=IPAexfont +vers=00103 +arch=noarch +build=P2 +src=$pkgbase$vers patchfiles="" OPT_CONFIG="" -DOCS="README" +DOCS="IPA_Font_License_Agreement_v1.0.txt Readme_IPAexfont00103.txt" template=20170713 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -65,6 +65,9 @@ make install DESTDIR=$P fi done + install -d $P/usr/share/fonts/TrueType + cp -p $B/*.ttf $P/usr/share/fonts/TrueType + chown root.root $P/usr/share/fonts/TrueType/* touch $W/i.et cd $W find $P ! -type l -newer i.st ! -newer i.et \ @@ -72,8 +75,7 @@ compress setup_docdir convert_links - tar cvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` - tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man1 | tail -n+2` + tar cvpf $pkg.tar -C $P `cd $P ; find usr/share/fonts/TrueType | tail -n+2` tar rvpf $pkg.tar -C $P usr/share/doc/$src touch -t `date '+%m%d0900'` $pkg.tar ; xz $pkg.tar ; touch $pkg.tar.xz mv $pkg.tar.xz $pkg.txz