polarssl: fix file conflicts with coreutils.
This commit is contained in:
parent
44fb188778
commit
7ff2302e16
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'polarssl'
|
||||
pkgname=polarssl
|
||||
version=1.3.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=cmake
|
||||
configure_args="-DENABLE_ZLIB_SUPPORT=on -DUSE_SHARED_POLARSSL_LIBRARY=on"
|
||||
hostmakedepends="cmake perl"
|
||||
|
@ -14,6 +14,10 @@ update_pattern=$pkgname'-\K[\d.]+'
|
|||
distfiles="http://www.polarssl.org/code/releases/polarssl-${version}-gpl.tgz"
|
||||
checksum=d3605afc28ed4b7d1d9e3142d72e42855e4a23c07c951bbb0299556b02d36755
|
||||
|
||||
post_install() {
|
||||
rm ${DESTDIR}/usr/bin/{md5,sha1}sum
|
||||
}
|
||||
|
||||
libpolarssl_package() {
|
||||
short_desc+=" - runtime library"
|
||||
pkg_install() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user