opt/torrentutils/Pkgfile

19 lines
512 B
Plaintext
Raw Normal View History

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