--- admin/PlamoBuild-template-20170713 2017-07-13 13:07:00.000000000 +0900 +++ plamo/04_xapps/gobject_introspection/PlamoBuild.gobject_introspection-1.42.0 2017-09-14 14:40:14.000000000 +0900 @@ -1,19 +1,20 @@ #!/bin/sh ###################################################################### -url="" +url="http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/1.42/gobject-introspection-1.42.0.tar.xz" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=gobject_introspection +vers=1.42.0 arch=`uname -m` -build=P1 -src=$pkgbase-$vers +build=P3 +src=gobject-introspection-$vers patchfiles="" -OPT_CONFIG="" -DOCS="README" +OPT_CONFIG="--disable-tests" +DOCS="ChangeLog CONTRIBUTORS COPYING.LGPL COPYING.GPL AUTHORS NEWS + TODO COPYING README" template=20170713 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -70,11 +71,22 @@ find $P ! -type l -newer i.st ! -newer i.et \ -exec touch -t `date '+%m%d0900'` {} \; compress + strip_libdir $P/usr/$libdir/gobject-introspection/giscanner + touch -t `date '+%m%d0900'` $P/usr/$libdir/gobject-introspection/giscanner 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 -name libgirepository*` + tar rvpf $pkg.tar -C $P usr/$libdir/gobject-introspection + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir/pkgconfig | tail -n+2` + tar rvpf $pkg.tar -C $P usr/$libdir/girepository-1.0 + tar rvpf $pkg.tar -C $P usr/include/gobject-introspection-1.0 + tar rvpf $pkg.tar -C $P usr/share/gobject-introspection-1.0 + tar rvpf $pkg.tar -C $P usr/share/gir-1.0 + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/aclocal | 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 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