libevent: update to 1.4.13.
--HG-- extra : convert_revision : 23f6198c2cd3c95686ec0402dde3d2d15a8b8b86
This commit is contained in:
parent
98a43ffea0
commit
b43a73b3b7
2 changed files with 5 additions and 4 deletions
|
@ -5,6 +5,7 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
Add_dependency run glibc-devel
|
||||||
Add_dependency run libevent
|
Add_dependency run libevent
|
||||||
|
|
||||||
do_install()
|
do_install()
|
||||||
|
@ -12,7 +13,7 @@ do_install()
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
mkdir -p ${DESTDIR}/usr/lib
|
||||||
mkdir -p ${DESTDIR}/usr/share/man
|
mkdir -p ${DESTDIR}/usr/share/man
|
||||||
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
mv ${SRCPKGDESTDIR}/usr/{bin,include} ${DESTDIR}/usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'libevent'
|
# Template file for 'libevent'
|
||||||
pkgname=libevent
|
pkgname=libevent
|
||||||
version=1.4.12
|
version=1.4.13
|
||||||
wrksrc="$pkgname-$version-stable"
|
wrksrc="$pkgname-$version-stable"
|
||||||
distfiles="http://www.monkey.org/~provos/$pkgname-$version-stable.tar.gz"
|
distfiles="http://www.monkey.org/~provos/$pkgname-$version-stable.tar.gz"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Abstract asynchronous event notification library"
|
short_desc="Abstract asynchronous event notification library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=1174f513253bcecf820de246bb64f71ccf13c033ce1a25fca015f9caa92ae0f6
|
checksum=d6fff1d7e7b79e6e083b482b0b55190f71ba597b55c3541d64c0572ddf0747a3
|
||||||
long_desc="
|
long_desc="
|
||||||
The libevent API provides a mechanism to execute a callback function
|
The libevent API provides a mechanism to execute a callback function
|
||||||
when a specific event occurs on a file descriptor or after a timeout
|
when a specific event occurs on a file descriptor or after a timeout
|
||||||
|
@ -16,4 +16,4 @@ long_desc="
|
||||||
without having to change the event loop."
|
without having to change the event loop."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
subpackages="$pkgname-devel"
|
||||||
Add_dependency full glibc
|
Add_dependency run glibc
|
||||||
|
|
Loading…
Reference in a new issue