--- admin/PlamoBuild-template-20180815 2018-08-15 16:18:50.000000000 +0900 +++ plamo/02_x11/TTfont.txz/freefont_ttf/PlamoBuild.freefont_ttf-20100919 2019-08-16 15:43:20.000000000 +0900 @@ -1,19 +1,19 @@ #!/bin/sh ###################################################################### -url="" +url="http://ftp.gnu.org/gnu/freefont/freefont-ttf-20100919.tar.gz" verify= digest= branch= commitid= -pkgbase= -vers= -arch=`uname -m` -build=P1 -src=$pkgbase-$vers +pkgbase=freefont_ttf +vers=20100919 +arch=noarch +build=P2 +src=freefont-$vers patchfiles="" OPT_CONFIG="" -DOCS="README" +DOCS="ChangeLog AUTHORS COPYING README INSTALL CREDITS" template=20180815 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -65,6 +65,8 @@ make install DESTDIR=$P fi done + install -d $P/usr/share/fonts/TrueType + install -m 644 *.ttf $P/usr/share/fonts/TrueType touch $W/i.et cd $W TZ=UTC find $P ! -type l -newer i.st ! -newer i.et \ @@ -72,8 +74,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 TZ=UTC touch -t `date -u '+%m%d0000'` $pkg.tar xz $pkg.tar ; touch $pkg.tar.xz ; mv $pkg.tar.xz $pkg.txz