--- admin/PlamoBuild-template-20170415 2017-04-15 12:25:32.000000000 +0900 +++ plamo/01_minimum/network.txz/fetchmail/PlamoBuild.fetchmail-6.3.26 2017-06-20 07:13:55.000000000 +0900 @@ -1,18 +1,26 @@ #!/bin/sh ###################################################################### -url="" +url="http://downloads.sourceforge.net/fetchmail/fetchmail-6.3.26.tar.xz" verify= digest= commitid= -pkgbase= -vers= +pkgbase=fetchmail +vers=6.3.26 arch=`uname -m` -build=P1 +build=P3 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" template=20170415 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -72,6 +80,9 @@ 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/$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