--- admin/PlamoBuild-template-20180815 2018-08-15 16:18:50.000000000 +0900 +++ plamo/02_x11/Xwindow.txz/xf86_input_libinput/PlamoBuild.xf86_input_libinput-0.14.0 2019-08-26 22:53:07.000000000 +0900 @@ -1,19 +1,19 @@ #!/bin/sh ###################################################################### -url="" +url="https://www.x.org/archive/individual/driver/xf86-input-libinput-0.14.0.tar.bz2" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=xf86_input_libinput +vers=0.14.0 arch=`uname -m` -build=P1 -src=$pkgbase-$vers +build=P2 +src=xf86-input-libinput-$vers patchfiles="" OPT_CONFIG="" -DOCS="README" +DOCS="ChangeLog README.md COPYING INSTALL" template=20180815 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -70,10 +70,12 @@ TZ=UTC find $P ! -type l -newer i.st ! -newer i.et \ -exec touch -t `date -u '+%m%d0000'` {} \; compress + strip_libdir $P/usr/$libdir/xorg/modules/input 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/share/man/man1 | tail -n+2` + tar cvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -type f` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/include/xorg | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man4 | tail -n+2` tar rvpf $pkg.tar -C $P usr/share/doc/$src TZ=UTC touch -t `date -u '+%m%d0000'` $pkg.tar xz $pkg.tar ; touch $pkg.tar.xz ; mv $pkg.tar.xz $pkg.txz