--- plamo/00_base/old/procps_ng-20160115/PlamoBuild.procps_ng-3.3.7 2016-01-15 17:25:11.000000000 +0900 +++ plamo/00_base/procps_ng/PlamoBuild.procps_ng-3.3.11 2016-04-08 15:09:37.000000000 +0900 @@ -1,16 +1,15 @@ #!/bin/sh ###################################################################### -url="http://downloads.sourceforge.net/procps-ng/procps-ng-3.3.7.tar.xz" +url="http://downloads.sourceforge.net/procps-ng/procps-ng-3.3.11.tar.xz" pkgbase=procps_ng -vers=3.3.7 +vers=3.3.11 arch=`uname -m` build=P2 src=procps-ng-$vers OPT_CONFIG="--exec-prefix= --disable-kill --enable-skill" -DOCS="README NEWS `echo Documentation/{CodingStyle,FAQ,BUGS,TODO}` - AUTHORS COPYING ChangeLog top/README.top ABOUT-NLS INSTALL - COPYING.LIB" +DOCS="AUTHORS NEWS COPYING ABOUT-NLS ChangeLog COPYING.LIB + `echo Documentation/{CodingStyle.md,FAQ,TODO,bugs.md}`" ###################################################################### fscheck() { @@ -264,13 +263,14 @@ ( cd $docdir ; find ${src[$i]} -type d -exec touch -r $W/{} {} \; ) 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 bin | tail -n+2` + tar cvpf $pkg.tar -C $P `cd $P ; find bin | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find sbin | tail -n+2` tar rvpf $pkg.tar -C $P \ `cd $P ; find usr/$libdir ! -name pkgconfig | tail -n+2` tar rvpf $pkg.tar -C $P usr/include/proc + 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 `cd $P ; find usr/share/man/man3 | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man5 | tail -n+2` tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man8 | tail -n+2` tar rvpf $pkg.tar -C $P usr/share/doc/$src