New package: bintuils-doc-2.32

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Ivan Sokolov 2019-05-22 23:25:06 +03:00 committed by Jürgen Buchmüller
parent ff632e74d2
commit cec1965e73
No known key found for this signature in database
GPG key ID: DE55AD8DBEBB4EE8
2 changed files with 11 additions and 2 deletions

1
srcpkgs/binutils-doc Symbolic link
View file

@ -0,0 +1 @@
binutils

View file

@ -96,8 +96,6 @@ do_install() {
echo "INPUT ( /usr/lib/libopcodes.a -lbfd )" \
>${DESTDIR}/usr/lib/libopcodes.so
# Remove info file that conflicts with autoconf.
rm -f ${DESTDIR}/usr/share/info/standards.info
rm -f ${DESTDIR}/usr/lib64
# Remove useless manpages.
@ -119,3 +117,13 @@ binutils-devel_package() {
vmove "usr/lib/*.so"
}
}
binutils-doc_package() {
archs=noarch
short_desc+=" - info files"
pkg_install() {
vmove usr/share/info
# Remove info file that conflicts with autoconf.
rm -f ${PKGDESTDIR}/usr/share/info/standards.info
}
}