mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
musl-fts: split development files into -devel.
This commit is contained in:
parent
619fd473e0
commit
9df845e91f
2 changed files with 12 additions and 1 deletions
1
srcpkgs/musl-fts-devel
Symbolic link
1
srcpkgs/musl-fts-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
musl-fts
|
|
@ -15,8 +15,18 @@ checksum=ba8b99a80378559b51976eb7e189967be37e46590675f6cdf493c5c2df7e361e
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall ${pkgname}.pc 644 usr/lib/pkgconfig
|
vinstall ${pkgname}.pc 644 usr/lib/pkgconfig
|
||||||
vlicense COPYING
|
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…
Add table
Reference in a new issue