opt/torrentutils/Pkgfile

19 lines
512 B
Plaintext
Raw Normal View History

2006-02-23 15:26:10 +00:00
# Description: Utilities for managing BitTorrent (`.torrent') files
# URL: http://oskarsapps.mine.nu/torrentutils.html
2006-04-13 04:29:47 +00:00
# Maintainer: Jukka Heino, jukka dot heino at gmail dot com
# Packager: Jukka Heino, jukka dot heino at gmail dot com
2006-02-23 15:26:10 +00:00
# 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
}