mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
apr: update to 1.4.8.
This commit is contained in:
parent
0101e917d4
commit
2d16aa42ed
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'apr'
|
# Template file for 'apr'
|
||||||
pkgname=apr
|
pkgname=apr
|
||||||
version=1.4.6
|
version=1.4.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-devrandom=/dev/urandom --with-installbuilddir=/usr/share/apr-1/build"
|
configure_args="--with-devrandom=/dev/urandom --with-installbuilddir=/usr/share/apr-1/build"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://apr.apache.org/"
|
homepage="http://apr.apache.org/"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="http://www.apache.org/dist/apr/apr-$version.tar.bz2"
|
distfiles="http://www.apache.org/dist/apr/apr-$version.tar.bz2"
|
||||||
checksum=9b635e60feb163e6fc6c375721f71f44d7e26d6b9cd52f6b86b04e65d2481cbc
|
checksum=61b8d2f8d321c6365ee3d71d0bb41f3a89c44da6124cc5b407a3b8319d660421
|
||||||
long_desc="
|
long_desc="
|
||||||
APR is Apache's Portable Runtime Library, designed to be a support library
|
APR is Apache's Portable Runtime Library, designed to be a support library
|
||||||
that provides a predictable and consistent interface to underlying
|
that provides a predictable and consistent interface to underlying
|
||||||
|
@ -18,12 +18,13 @@ long_desc="
|
||||||
|
|
||||||
apr-devel_package() {
|
apr-devel_package() {
|
||||||
depends="libuuid-devel apr>=${version}"
|
depends="libuuid-devel apr>=${version}"
|
||||||
short_desc="${short_desc} - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/bin
|
vmove usr/bin
|
||||||
vmove usr/share
|
vmove usr/share
|
||||||
vmove "usr/lib/*.a"
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
vmove "usr/lib/*.exp"
|
vmove "usr/lib/*.exp"
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue