summaryrefslogtreecommitdiff
path: root/rtorrent/Pkgfile
diff options
context:
space:
mode:
authorHan Boetes <han@mijncomputer.nl>2006-11-13 21:12:21 +0100
committerHan Boetes <han@mijncomputer.nl>2006-11-13 21:12:21 +0100
commit32295a9faf0f964a313a84bb5a4e3fdeaf15e72f (patch)
tree48bd60cc85026b7f5effe956cd01e09d1e66234c /rtorrent/Pkgfile
parent4d6af94f215944409f18f85d1804bc04c3d32efd (diff)
downloadcontrib-32295a9faf0f964a313a84bb5a4e3fdeaf15e72f.tar.gz
contrib-32295a9faf0f964a313a84bb5a4e3fdeaf15e72f.tar.xz
abiword: initial release
Diffstat (limited to 'rtorrent/Pkgfile')
-rw-r--r--rtorrent/Pkgfile26
1 files changed, 26 insertions, 0 deletions
diff --git a/rtorrent/Pkgfile b/rtorrent/Pkgfile
new file mode 100644
index 000000000..e19da0d54
--- /dev/null
+++ b/rtorrent/Pkgfile
@@ -0,0 +1,26 @@
+# Description: curses frontend for libtorrent
+# URL: http://libtorrent.rakshasa.no/
+# Maintainer: Han Boetes <han@mijncomputer.nl>
+# Packager: Han Boetes <han@mijncomputer.nl>
+# Depends on: libtorrent curl
+
+name=rtorrent
+version=0.6.4
+release=1
+source="http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz"
+
+build()
+{
+ 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 \
+ --disable-nls \
+ --disable-debug
+ make
+ make install DESTDIR=$PKG
+ install -d $PKG/usr/share/$name/
+ install doc/rtorrent.rc $PKG/usr/share/$name/
+}

Generated by cgit