From 39629a9bab4d9c65fd80303e91c81a7a60fa737e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 1 Sep 2015 22:53:53 +0200 Subject: [PATCH] musl-fts: update to 1.1 Adding a musl-fts.pc file to the package --- srcpkgs/musl-fts/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/musl-fts/template b/srcpkgs/musl-fts/template index 002f96c4317..a105ac96544 100644 --- a/srcpkgs/musl-fts/template +++ b/srcpkgs/musl-fts/template @@ -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 " 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 }