--- admin/PlamoBuild-template-20170204 2017-02-04 18:40:24.000000000 +0900 +++ plamo/03_xclassics/fep.txz/old/skkfep-20170207/PlamoBuild.skkfep-0.87 2017-02-07 20:19:31.000000000 +0900 @@ -1,15 +1,15 @@ #!/bin/sh ###################################################################### -url="" -pkgbase= -vers= +url="http://homepage2.nifty.com/aito/skkfep/skkfep-0.87.tar.gz" +pkgbase=skkfep +vers=0.87 arch=`uname -m` -build=P1 +build=P3 src=$pkgbase-$vers patchfiles="" OPT_CONFIG="" -DOCS="README" +DOCS="HISTORY INSTALL README TODO" template=20170204 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -235,6 +235,11 @@ esac done done + 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 [ -f Makefile ] ; then @@ -257,6 +262,7 @@ make fi done + make simpledic fi if [ $opt_package -eq 1 ] ; then if [ `id -u` -ne 0 ] ; then @@ -274,6 +280,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 \