Skip to content

Commit

Permalink
rtorrent: new package at 0.9.8
Browse files Browse the repository at this point in the history
  • Loading branch information
asimovc committed Mar 19, 2024
1 parent cf27af8 commit d6bf476
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions community/rtorrent/build
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/sh -e

./configure \
--prefix=/usr \
--sysconfdir=/etc \
--localstatedir=/var \
--enable-ipv6 \
--disable-debug

make
make DESTDIR="$1" PREFIX=/usr install
1 change: 1 addition & 0 deletions community/rtorrent/checksums
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
c599ef37e0ad1750026867eafeeca56944ba6b919b69ea0a65cdc2387406ba3cc5
3 changes: 3 additions & 0 deletions community/rtorrent/depends
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
curl
libtorrent
ncurses
1 change: 1 addition & 0 deletions community/rtorrent/sources
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://github.com/rakshasa/rtorrent/releases/download/v0.9.8/rtorrent-0.9.8.tar.gz
1 change: 1 addition & 0 deletions community/rtorrent/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.9.8 1

0 comments on commit d6bf476

Please sign in to comment.