mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-14 11:03:49 +02:00
libical: move cmake files to -devel package
Closes: #11860 [via git-merge-pr]
This commit is contained in:
parent
a740720c0e
commit
e6d2b1ea04
1 changed files with 4 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template build file for 'libical'.
|
# Template file for 'libical'
|
||||||
pkgname=libical
|
pkgname=libical
|
||||||
version=2.0.0
|
version=2.0.0
|
||||||
revision=2
|
revision=3
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
short_desc="Reference implementation of the iCalendar data type and format"
|
short_desc="Reference implementation of the iCalendar data type and format"
|
||||||
homepage="http://libical.github.io/libical/"
|
homepage="http://libical.github.io/libical/"
|
||||||
license="LGPL-2.1, MPL-1"
|
license="LGPL-2.1, MPL-1"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/${pkgname}/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=20f4a98475052e1200d2691ba50b27969e4bedc6e50bffd5e2fa81f4ac90de9a
|
checksum=20f4a98475052e1200d2691ba50b27969e4bedc6e50bffd5e2fa81f4ac90de9a
|
||||||
|
|
||||||
libical-devel_package() {
|
libical-devel_package() {
|
||||||
|
@ -19,5 +19,6 @@ libical-devel_package() {
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/lib/*.a
|
vmove usr/lib/*.a
|
||||||
vmove usr/lib/*.so
|
vmove usr/lib/*.so
|
||||||
|
vmove usr/lib/cmake
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue