summaryrefslogtreecommitdiff
path: root/libtorrent/Pkgfile
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-12-17 07:04:07 +0100
committerHan Boetes <han@mijncomputer.nl>2006-12-17 07:04:07 +0100
commitcf6bade9df866c1e8ad318ff6bce3aa975885879 (patch)
treec45a71f4158704d6e25472629dbada65e7fe513d /libtorrent/Pkgfile
parentb9c33722121cd25bec1af506e37cc98fc4c9476b (diff)
downloadcontrib-cf6bade9df866c1e8ad318ff6bce3aa975885879.tar.gz
contrib-cf6bade9df866c1e8ad318ff6bce3aa975885879.tar.xz
rtorrent and libtorrent: bump
Diffstat (limited to 'libtorrent/Pkgfile')
-rw-r--r--libtorrent/Pkgfile8
1 files changed, 2 insertions, 6 deletions
diff --git a/libtorrent/Pkgfile b/libtorrent/Pkgfile
index f5ef569be..9cd4be324 100644
--- a/libtorrent/Pkgfile
+++ b/libtorrent/Pkgfile
@@ -1,20 +1,16 @@
-# Description:
+# Description: Very efficient C++ torrent library
# URL: http://libtorrent.rakshasa.no/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: libsigc++
name=libtorrent
-version=0.10.4
+version=0.11.0
release=1
source="http://libtorrent.rakshasa.no/downloads/libtorrent-$version.tar.gz"
build()
{
- export CXXFLAGS="${CXXFLAGS//-fstack-protector/}"
- if gcc --version |grep -q '4\.0\.'; then
- export CXXFLAGS="$CXXFLAGS -fno-strength-reduce -fno-thread-jumps -fno-inline -fforce-addr"
- fi
cd $name-$version
./configure \
--prefix=/usr \

Generated by cgit