--- admin/PlamoBuild-template-20180815 2018-08-15 16:18:50.000000000 +0900 +++ plamo/02_x11/Xwindow.txz/xf86_input_vmmouse/PlamoBuild.xf86_input_vmmouse-13.1.10 2019-08-27 14:27:02.000000000 +0900 @@ -1,19 +1,20 @@ #!/bin/sh ###################################################################### -url="" +url="https://www.x.org/archive/individual/driver/xf86-input-vmmouse-13.1.0.tar.bz2" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=xf86_input_vmmouse +vers=13.1.0 arch=`uname -m` -build=P1 -src=$pkgbase-$vers +build=P2 +src=xf86-input-vmmouse-$vers patchfiles="" -OPT_CONFIG="" -DOCS="README" +OPT_CONFIG="--without-hal-callouts-dir --without-hal-fdi-dir + --with-udev-rules-dir=/lib/udev/rules.d" +DOCS="ChangeLog COPYING INSTALL README" template=20180815 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -70,10 +71,15 @@ 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/$libdir -type f` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/X11/xorg.conf.d | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find lib/udev/rules.d | tail -n+2` 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/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