libscrypt: restore soname in original LDFLAGS.
This commit is contained in:
parent
81ce03d627
commit
aac67232f0
1 changed files with 5 additions and 2 deletions
|
@ -1,15 +1,18 @@
|
||||||
# Template file for 'libscrypt'
|
# Template file for 'libscrypt'
|
||||||
pkgname=libscrypt
|
pkgname=libscrypt
|
||||||
version=1.22
|
version=1.22
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Library that implements scrypt() functionality"
|
short_desc="Library that implements scrypt() functionality"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="2-clause-BSD"
|
license="BSD-2-Clause"
|
||||||
homepage="https://github.com/technion/libscrypt"
|
homepage="https://github.com/technion/libscrypt"
|
||||||
distfiles="https://github.com/technion/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/technion/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=a2d30ea16e6d288772791de68be56153965fe4fd4bcd787777618b8048708936
|
checksum=a2d30ea16e6d288772791de68be56153965fe4fd4bcd787777618b8048708936
|
||||||
|
|
||||||
|
post_patch() {
|
||||||
|
vsed -i -e 's/LDFLAGS.=/override LDFLAGS+=/' Makefile
|
||||||
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue