opt/torrentutils/Pkgfile
2006-04-13 04:29:47 +00:00

19 lines
512 B
Plaintext

# Description: Utilities for managing BitTorrent (`.torrent') files
# URL: http://oskarsapps.mine.nu/torrentutils.html
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
# 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
}