114 | | # |
115 | | ##EOF |
| 113 | post-destroot { |
| 114 | xinstall -d ${destroot}${prefix}/include/wireshark/epan/crypt/ \ |
| 115 | ${destroot}${prefix}/include/wireshark/epan/dfilter/ \ |
| 116 | ${destroot}${prefix}/include/wireshark/epan/dissectors/ \ |
| 117 | ${destroot}${prefix}/include/wireshark/epan/ftypes/ \ |
| 118 | ${destroot}${prefix}/include/wireshark/wiretap/ |
| 119 | xinstall -m 644 -W ${worksrcpath}/ color.h config.h register.h ${destroot}${prefix}/include/wireshark/ |
| 120 | eval xinstall -m 644 [glob ${worksrcpath}/epan/*.h] ${destroot}${prefix}/include/wireshark/epan/ |
| 121 | eval xinstall -m 644 [glob ${worksrcpath}/epan/crypt/*.h] ${destroot}${prefix}/include/wireshark/epan/crypt/ |
| 122 | eval xinstall -m 644 [glob ${worksrcpath}/epan/dfilter/*.h] ${destroot}${prefix}/include/wireshark/epan/dfilter/ |
| 123 | eval xinstall -m 644 [glob ${worksrcpath}/epan/dissectors/*.h] ${destroot}${prefix}/include/wireshark/epan/dissectors/ |
| 124 | eval xinstall -m 644 [glob ${worksrcpath}/epan/ftypes/*.h] ${destroot}${prefix}/include/wireshark/epan/ftypes/ |
| 125 | eval xinstall -m 644 [glob ${worksrcpath}/wiretap/*.h] ${destroot}${prefix}/include/wireshark/wiretap/ |
| 126 | } |