musl-fts: update to 1.2.5
This commit is contained in:
parent
7e68bf75d9
commit
6f89875e55
1 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'musl-fts'
|
# Template file for 'musl-fts'
|
||||||
pkgname=musl-fts
|
pkgname=musl-fts
|
||||||
version=1.2.2
|
version=1.2.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
homepage="http://github.com/pullmoll/musl-fts"
|
homepage="http://github.com/pullmoll/musl-fts"
|
||||||
distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/pullmoll/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||||
checksum=88f2f1f45944964020df402833cbe7b54f7efb11bcb1c69a2ff41b68d495ef5a
|
checksum=8ce636f066b1943906f6a2d9b0064482626ee89cb926dda8faa5b05140cbba8b
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
|
@ -18,12 +18,14 @@ pre_configure() {
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${pkgname}.pc 644 usr/lib/pkgconfig
|
vinstall ${pkgname}.pc 644 usr/lib/pkgconfig
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
vman fts.3
|
||||||
}
|
}
|
||||||
|
|
||||||
musl-fts-devel_package() {
|
musl-fts-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
vmove usr/share/man
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/*.a
|
vmove usr/lib/*.a
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
|
|
Loading…
Reference in a new issue