opt/torrentutils/Pkgfile
2006-10-18 17:01:20 +00:00

19 lines
466 B
Plaintext

# Description: Utilities for managing BitTorrent (`.torrent') files
# URL: http://oskarsapps.mine.nu/torrentutils.html
# Maintainer:
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on: p5-digest-sha1
name=torrentutils
version=0.3.0
release=2
source=(http://oskarsapps.mine.nu/src/$name-$version.tar.gz)
build() {
cd $name-$version
sed -i 's:share/man:man:' Makefile
make
make PREFIX=$PKG/usr install
rm -rf $PKG/usr/share
}