libite: update to 2.3.1.
This commit is contained in:
parent
90e5b1bdab
commit
f5a1641b43
@ -1,6 +1,6 @@
|
||||
# Template file for 'libite'
|
||||
pkgname=libite
|
||||
version=2.2.0
|
||||
version=2.3.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
@ -10,7 +10,7 @@ license="MIT, ISC, BSD-2-Clause, BSD-3-Clause"
|
||||
homepage="https://github.com/troglobit/libite"
|
||||
changelog="https://raw.githubusercontent.com/troglobit/libite/master/ChangeLog.md"
|
||||
distfiles="https://github.com/troglobit/libite/archive/v${version}.tar.gz"
|
||||
checksum=642e591b0f678e2c1dfe71590457a2a19e3a5f18728b7ec1221c348af603fd0b
|
||||
checksum=d6a01bcfae45db066c771db03996882110dca2222444ee13160bf29bfb206da7
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
@ -21,6 +21,11 @@ post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/doc/libite
|
||||
}
|
||||
|
||||
pre_check() {
|
||||
# avoid installing which for testing a which function
|
||||
vsed -e 's;/usr/bin/which;/usr/bin/id;' -i tests/which.c
|
||||
}
|
||||
|
||||
libite-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
|
Loading…
x
Reference in New Issue
Block a user