contrib/torrentinfo/Pkgfile
2006-11-13 21:12:21 +01:00

21 lines
494 B
Plaintext

# Description: parses .torrent files and provides a summary of their contents.
# URL: http://acherondevelopment.com/project.php?name=torrentinfo
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: python
name=torrentinfo
version=1.0.0
release=1
source="
http://acherondevelopment.com/files/torrentinfo/torrentinfo-$version.tar.gz
"
build()
{
cd $name-$version
./setup.py install \
--prefix /usr \
--root $PKG
}