musl-fts: split development files into -devel.
This commit is contained in:
parent
619fd473e0
commit
9df845e91f
|
@ -0,0 +1 @@
|
|||
musl-fts
|
|
@ -15,8 +15,18 @@ checksum=ba8b99a80378559b51976eb7e189967be37e46590675f6cdf493c5c2df7e361e
|
|||
pre_configure() {
|
||||
./bootstrap.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vinstall ${pkgname}.pc 644 usr/lib/pkgconfig
|
||||
vlicense COPYING
|
||||
}
|
||||
|
||||
musl-fts-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue