--- admin/PlamoBuild-template-20170713 2017-07-13 13:07:00.000000000 +0900 +++ plamo/03_xclassics/fep.txz/skkfep/PlamoBuild.skkfep-0.87 2017-09-20 21:58:29.000000000 +0900 @@ -1,19 +1,19 @@ #!/bin/sh ###################################################################### -url="" +url="http://aitoweb.world.coocan.jp/skkfep/skkfep-0.87.tar.gz" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=skkfep +vers=0.87 arch=`uname -m` -build=P1 +build=P4 src=$pkgbase-$vers patchfiles="" OPT_CONFIG="" -DOCS="README" +DOCS="HISTORY INSTALL README TODO" template=20170713 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -37,6 +37,11 @@ if [ -d ${B[$i]} ] ; then rm -rf ${B[$i]} ; fi ; cp -a ${S[$i]} ${B[$i]} done apply_patches + cd $B + cp -p protoMakefile{,.orig} + sed -i 's@termcap@ncurses@g' protoMakefile + cp -p config.h{,.orig} + sed -i 's@ei5nazha@localhost@g' config.h for i in `seq 0 $((${#B[@]} - 1))` ; do cd ${B[$i]} if [ -x configure ] ; then @@ -51,6 +56,7 @@ cd ${B[$i]} if [ -f Makefile ] ; then make + make simpledic fi done fi @@ -65,6 +71,10 @@ make install DESTDIR=$P fi done + install -d $P/usr/bin + install skkfep simpledic resetsize escmode $P/usr/bin + install -d $mandir/man1 + install -m 644 skkfep.1 $mandir/man1 touch $W/i.et cd $W find $P ! -type l -newer i.st ! -newer i.et \