Merge pull request #7671 from Johnnynator/Ice

Ice: move CHANGES and RELEASE_NOTES to usr/share/doc/Ice
This commit is contained in:
Enno Boland 2017-09-19 11:56:10 +02:00 committed by GitHub
commit 6ad001833d
1 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'Ice'
pkgname=Ice
version=3.5.1
revision=15
revision=16
build_wrksrc=cpp
homepage="http://www.zeroc.com"
# XXX: other language bindings
@ -74,6 +74,10 @@ do_install() {
mv ${DESTDIR}/usr/ICE_LICENSE \
${DESTDIR}/usr/share/licenses/${pkgname}/LICENSE
vmkdir usr/share/doc/${pkgname}
mv ${DESTDIR}/usr/CHANGES ${DESTDIR}/usr/share/doc/${pkgname}/
mv ${DESTDIR}/usr/RELEASE_NOTES ${DESTDIR}/usr/share/doc/${pkgname}/
# remove unused cruft
rm -f ${DESTDIR}/usr/lib/*.class
}