libtorrent: update to 0.13.2.
This commit is contained in:
parent
0105208ec9
commit
0970f41d59
2 changed files with 11 additions and 15 deletions
|
@ -1,15 +1,13 @@
|
||||||
# Template file for 'librtorrent-devel'.
|
# Template file for 'librtorrent-devel'.
|
||||||
#
|
#
|
||||||
depends="openssl-devel libsigc++-devel libstdc++-devel glibc-devel libtorrent"
|
noarch=yes
|
||||||
|
depends="libtorrent>=$version"
|
||||||
short_desc="${sourcepkg} - development files"
|
short_desc="${sourcepkg} - development files"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development: headers, static libs, etc."
|
This package contains files for development: headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
do_install()
|
vmove usr/include usr
|
||||||
{
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,22 +1,20 @@
|
||||||
# Template build file for 'libtorrent'
|
# Template build file for 'libtorrent'
|
||||||
pkgname=libtorrent
|
pkgname=libtorrent
|
||||||
version=0.12.9
|
version=0.13.2
|
||||||
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-debug"
|
configure_args="--disable-debug"
|
||||||
revision=2
|
makedepends="pkg-config openssl-devel libsigc++-devel"
|
||||||
makedepends="pkg-config openssl-devel libsigc++-devel libstdc++-devel glibc-devel"
|
subpackages="$pkgname-devel"
|
||||||
short_desc="BitTorrent library written in C++"
|
short_desc="BitTorrent library written in C++"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://libtorrent.rakshasa.no"
|
homepage="http://libtorrent.rakshasa.no"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
checksum=15dc9e8dd45d070f447e599bef08ef0ca421bac6e7f55e608dcd19360594af64
|
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
|
||||||
|
checksum=ed2f2dea16c29cac63fa2724f6658786d955f975861fa6811bcf1597ff8a5e4f
|
||||||
long_desc="
|
long_desc="
|
||||||
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus
|
LibTorrent is a BitTorrent library written in C++ for *nix, with a focus
|
||||||
on high performance and good code. The library differentiates itself from
|
on high performance and good code. The library differentiates itself from
|
||||||
other implementations by transfering directly from file pages to the network
|
other implementations by transfering directly from file pages to the network
|
||||||
stack. On high-bandwidth connections it is able to seed at 3 times the speed
|
stack. On high-bandwidth connections it is able to seed at 3 times the speed
|
||||||
of the official client."
|
of the official client."
|
||||||
|
|
||||||
subpackages="$pkgname-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue