musl-fts: update to 1.1

Adding a musl-fts.pc file to the package
This commit is contained in:
Jürgen Buchmüller 2015-09-01 22:53:53 +02:00
parent a9ef984464
commit 39629a9bab

View file

@ -1,6 +1,6 @@
# Template file for 'musl-fts'
pkgname=musl-fts
version=1.0
version=1.1
revision=1
build_style=gnu-configure
hostmakedepends="automake"
@ -10,12 +10,13 @@ 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=5a1ff3bc2794163253b775072ac50c73d23df7ea05f54373c132d6231553e586
checksum=b9b9b5adfe0f1942124217c05cfd7d518bfb5ed6adfe801be01ac2806fa4c065
pre_configure() {
./bootstrap.sh
}
post_install() {
vinstall ${pkgname}.pc 644 usr/lib/pkgconfig
vlicense COPYING
}