musl-fts: update to 1.2.7

This commit is contained in:
Jürgen Buchmüller 2017-01-14 11:05:44 +01:00
parent 82c10c4a1b
commit 2713b53c42

View file

@ -1,6 +1,6 @@
# Template file for 'musl-fts'
pkgname=musl-fts
version=1.2.6
version=1.2.7
revision=1
build_style=gnu-configure
hostmakedepends="automake libtool"
@ -10,9 +10,12 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
license="BSD"
homepage="http://github.com/pullmoll/musl-fts"
distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
checksum=e87494dad1c07d4731c6a289fcb2b1bae74828f062a068a80db1b81ca8fa5386
checksum=49ae567a96dbab22823d045ffebe0d6b14b9b799925e9ca9274d47d26ff482a6
pre_configure() {
# Remove the pkgconfig_DATA we don't use or need
# TODO: find how pkgconfigdir is set in order to keep this line
sed -i "/pkgconfig_DATA/d" Makefile.am
./bootstrap.sh
}
post_install() {