--- admin/PlamoBuild.template.common.without_comment 2016-06-15 20:51:13.000000000 +0900 +++ plamo/01_minimum/network.txz/old/fetchmail-20160920/PlamoBuild.fetchmail-6.3.26 2016-09-20 10:57:00.000000000 +0900 @@ -1,15 +1,23 @@ #!/bin/sh ###################################################################### -url="" -pkgbase= -vers= +url="http://download.sourceforge.net/fetchmail/fetchmail-6.3.26.tar.xz" +pkgbase=fetchmail +vers=6.3.26 arch=`uname -m` -build=P1 +build=P2 src=$pkgbase-$vers patchfiles="" -OPT_CONFIG="" -DOCS="README" +OPT_CONFIG="--with-ssl" +DOCS="Mailbox-Names-UTF7.txt ABOUT-NLS fetchmail-EN-2010-03.txt + fetchmail-SA-2005-02.txt fetchmail-SA-2012-02.txt fetchmail-SA-2005-03.txt + README.SSL-SERVER FEATURES fetchmail-SA-2005-01.txt FAQ + fetchmail-SA-2006-03.txt fetchmail-SA-2011-01.txt fetchmail-SA-2007-01.txt + fetchmail-SA-2012-01.txt fetchmail-SA-2007-02.txt INSTALL + fetchmail-SA-2010-02.txt TODO fetchmail-SA-2006-02.txt NOTES + fetchmail-SA-2006-01.txt README.SSL fetchmail-SA-2009-01.txt + fetchmail-SA-2008-01.txt README README.NTLM fetchmail-SA-2010-01.txt + README.packaging NEWS OLDNEWS COPYING" ###################################################################### fscheck() { @@ -296,6 +304,9 @@ done convert tar cvpf $pkg.tar -C $P `cd $P ; find usr/bin | tail -n+2` + tar rvpf $pkg.tar -C $P \ + `cd $P ; find usr/$libdir/python*/site-packages | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/locale -name *.mo` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man1 | 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