--- admin/PlamoBuild-template-20170713 2017-07-13 13:07:00.000000000 +0900 +++ plamo/05_ext/avahi/PlamoBuild.avahi-0.6.31 2018-06-17 16:31:54.000000000 +0900 @@ -1,19 +1,22 @@ #!/bin/sh ###################################################################### -url="" +url="http://avahi.org/download/avahi-0.6.31.tar.gz + ftp://plamo.linet.gr.jp/pub/Plamo-src/plamo/05_ext/avahi/avahi-0.6.31-gtkstock_deprecated.patch" verify= digest= branch= commitid= -pkgbase= -vers= +pkgbase=avahi +vers=0.6.31 arch=`uname -m` -build=P1 +build=P4 src=$pkgbase-$vers -patchfiles="" -OPT_CONFIG="" -DOCS="README" +patchfiles="avahi-0.6.31-gtkstock_deprecated.patch" +OPT_CONFIG="--disable-qt3 --disable-mono --with-distro=slackware" +DOCS="README `echo docs/{MALLOC,README,COMPAT-LAYERS,INSTALL,DBUS-API}` + `echo docs/{API-CHANGES-0.6,AUTHORS,NEWS,TODO,HACKING}` LICENSE + ChangeLog ABOUT-NLS" template=20170713 tmplurl=ftp://plamo.linet.gr.jp/pub/Plamo-src/admin ###################################################################### @@ -73,8 +76,29 @@ 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/sbin | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libavahi-[cqg]*` + 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/python*/site-packages -maxdepth 1 | tail -n+2` + tar rvpf $pkg.tar -C $P usr/$libdir/avahi + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir -name libavahi-u*` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/$libdir/pkgconfig | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/include -maxdepth 1 | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/gir-1.0 | tail -n+2` + tar rvpf $pkg.tar -C $P usr/share/avahi + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/dbus-1/interfaces | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/applications | 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 etc/dbus-1/system.d | tail -n+2` + tar rvpf $pkg.tar -C $P etc/avahi + tar rvpf $pkg.tar -C $P `cd $P ; find etc/rc.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/man5 | tail -n+2` + tar rvpf $pkg.tar -C $P `cd $P ; find usr/share/man/man8 | 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