serf: needed homepage change
This commit is contained in:
parent
f35ef50e76
commit
e188469450
1 changed files with 4 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'serf'
|
# Template file for 'serf'
|
||||||
pkgname=serf
|
pkgname=serf
|
||||||
version=1.3.8
|
version=1.3.8
|
||||||
revision=8
|
revision=9
|
||||||
hostmakedepends="unzip scons"
|
hostmakedepends="unzip scons"
|
||||||
makedepends="zlib-devel gdbm-devel libressl-devel apr-util-devel"
|
makedepends="zlib-devel gdbm-devel libressl-devel apr-util-devel"
|
||||||
short_desc="High-performance asynchronous HTTP client library"
|
short_desc="High-performance asynchronous HTTP client library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="http://code.google.com/p/serf/"
|
homepage="http://serf.apache.org"
|
||||||
distfiles="https://archive.apache.org/dist/serf/serf-${version}.tar.bz2"
|
distfiles="https://archive.apache.org/dist/serf/serf-${version}.tar.bz2"
|
||||||
checksum=e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590
|
checksum=e0500be065dbbce490449837bb2ab624e46d64fc0b090474d9acaa87c82b2590
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ serf-devel_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove usr/lib/*.so
|
||||||
vmove "usr/lib/*.a"
|
vmove usr/lib/*.a
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue