From 6f89875e5532f00faf7c785764a9952a11b1949e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sat, 27 Feb 2016 11:52:23 +0100 Subject: [PATCH] musl-fts: update to 1.2.5 --- srcpkgs/musl-fts/template | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/srcpkgs/musl-fts/template b/srcpkgs/musl-fts/template index 324246e88e4..93626316ef0 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.2.2 +version=1.2.5 revision=1 build_style=gnu-configure hostmakedepends="automake libtool" @@ -10,7 +10,7 @@ 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=88f2f1f45944964020df402833cbe7b54f7efb11bcb1c69a2ff41b68d495ef5a +checksum=8ce636f066b1943906f6a2d9b0064482626ee89cb926dda8faa5b05140cbba8b pre_configure() { ./bootstrap.sh @@ -18,12 +18,14 @@ pre_configure() { post_install() { vinstall ${pkgname}.pc 644 usr/lib/pkgconfig vlicense COPYING + vman fts.3 } musl-fts-devel_package() { short_desc+=" - development files" depends="${sourcepkg}-${version}_${revision}" pkg_install() { + vmove usr/share/man vmove usr/include vmove usr/lib/*.a vmove usr/lib/*.so