1
0
forked from ports/contrib

openvpn: 0.8.6 -> 0.8.7

This commit is contained in:
Thomas Penteker 2011-01-23 16:38:41 +01:00
parent 5329677c93
commit 695627b7f4
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
b804c45c01c40312926bcea6b55bb084 rtorrent-0.8.6.tar.gz
d78f00dcf741c01254de72c0d3836761 rtorrent-0.8.7.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: libtorrent
name=rtorrent
version=0.8.6
version=0.8.7
release=1
source=(http://libtorrent.rakshasa.no/downloads/rtorrent-$version.tar.gz)
@ -13,4 +13,5 @@ build() {
./configure --prefix=/usr --mandir=/usr/man
make
make install DESTDIR=$PKG
install -m 644 -D doc/rtorrent.1 $PKG/usr/man/man1/rtorrent.1
}