--- admin/PlamoBuild-template-20170713 2017-07-13 13:07:00.000000000 +0900 +++ plamo/04_xapps/at_spi2_core/PlamoBuild.at_spi2_core-2.6.3 2018-03-10 21:10:53.000000000 +0900 @@ -1,19 +1,19 @@ #!/bin/sh ###################################################################### -url="" +url="http://ftp.gnome.org/pub/gnome/sources/at-spi2-core/2.6/at-spi2-core-2.6.3.tar.xz" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=at_spi2_core +vers=2.6.3 arch=`uname -m` -build=P1 -src=$pkgbase-$vers +build=P2 +src=at-spi2-core-$vers patchfiles="" OPT_CONFIG="" -DOCS="README" +DOCS="ChangeLog NEWS README AUTHORS COPYING ABOUT-NLS INSTALL" template=20170713 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -72,9 +72,20 @@ compress 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/libexec | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libatspi.*` + tar rvpf $pkg.tar -C $P \ + `cd $P ; find usr/$libdir/girepository-1.0 | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir/pkgconfig | tail -n+2` + tar rvpf $pkg.tar -C $P usr/include/at-spi-2.0 + tar rvpf $pkg.tar -C $P etc/at-spi2 + tar rvpf $pkg.tar -C $P `cd $P ; find etc/xdg/autostart | 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/gir-1.0 | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/dbus-1/services | tail -n+2` + tar rvpf $pkg.tar -C $P usr/share/gtk-doc/html/libatspi tar rvpf $pkg.tar -C $P usr/share/doc/$src + tar rvpf $pkg.tar -C $P install/doinst.sh touch -t `date '+%m%d0900'` $pkg.tar ; xz $pkg.tar ; touch $pkg.tar.xz mv $pkg.tar.xz $pkg.txz cleanup