openssl: update to 1.0.0, bump abi_depends.
--HG-- extra : convert_revision : 05ffce8cf6e39227869ff1d91a8852bca1c5d8c3
This commit is contained in:
parent
8ab206f599
commit
acd00daf7f
8 changed files with 1950 additions and 57 deletions
|
@ -5,7 +5,8 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run perl
|
||||
Add_dependency run zlib-devel
|
||||
Add_dependency run openssl
|
||||
|
||||
do_install()
|
||||
|
@ -17,10 +18,5 @@ do_install()
|
|||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
# Rename conflicting manpages
|
||||
for f in err rand threads; do
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3/${f}.3 \
|
||||
${SRCPKGDESTDIR}/usr/share/man/man3/openssl-${f}.3
|
||||
done
|
||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue