physfs: move pkgconfig files to -devel package.
Closes #15114. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
a53fcc69d4
commit
bc3b03228b
|
@ -1,22 +1,23 @@
|
||||||
# Template file for 'physfs'
|
# Template file for 'physfs'
|
||||||
pkgname=physfs
|
pkgname=physfs
|
||||||
version=3.0.1
|
version=3.0.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DPHYSFS_BUILD_TEST=OFF -DPHYSFS_BUILD_WX_TEST=OFF -DPHYSFS_BUILD_STATIC=OFF"
|
configure_args="-DPHYSFS_BUILD_TEST=OFF -DPHYSFS_BUILD_STATIC=OFF"
|
||||||
makedepends="zlib-devel readline-devel"
|
makedepends="zlib-devel readline-devel"
|
||||||
short_desc="Library to provide abstract access to various archives"
|
short_desc="Library to provide abstract access to various archives"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
license="Zlib"
|
||||||
homepage="http://icculus.org/physfs/"
|
homepage="http://icculus.org/physfs/"
|
||||||
license="zlib"
|
distfiles="http://icculus.org/physfs/downloads/physfs-${version}.tar.bz2"
|
||||||
distfiles="http://icculus.org/physfs/downloads/physfs-$version.tar.bz2"
|
|
||||||
checksum=b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1
|
checksum=b77b9f853168d9636a44f75fca372b363106f52d789d18a2f776397bf117f2f1
|
||||||
|
|
||||||
physfs-devel_package() {
|
physfs-devel_package() {
|
||||||
depends="readline-devel zlib-devel physfs>=${version}_${revision}"
|
depends="readline-devel zlib-devel physfs-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user