--- admin/PlamoBuild-template-20180815 2018-08-15 16:18:50.000000000 +0900 +++ plamo/02_x11/Xwindow.txz/xf86_video_qxl/PlamoBuild.xf86_video_qxl-0.1.5 2019-08-30 17:14:44.000000000 +0900 @@ -1,19 +1,19 @@ #!/bin/sh ###################################################################### -url="" +url="https://www.x.org/archive/individual/driver/xf86-video-qxl-0.1.5.tar.bz2" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=xf86_video_qxl +vers=0.1.5 arch=`uname -m` build=P1 -src=$pkgbase-$vers +src=xf86-video-qxl-$vers patchfiles="" -OPT_CONFIG="" -DOCS="README" +OPT_CONFIG="--enable-xspice=yes" +DOCS="README.xspice NEWS TODO README ChangeLog INSTALL COPYING" template=20180815 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -70,10 +70,11 @@ 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/drivers 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 rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -type f` 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