contrib/mktorrent/Pkgfile

18 lines
392 B
Plaintext
Raw Normal View History

2007-04-03 12:50:15 +02:00
# Description: BitTorrent metainfo file generator
# URL: http://mktorrent.sf.net/
# Maintainer: Antti Nyk<79>nen, aon at iki dot fi
# Depends on:
name=mktorrent
version=0.2
release=1
source=(http://dl.sf.net/mktorrent/mktorrent-$version.tar.gz
mktorrent-$version.diff)
build() {
cd mktorrent-$version
patch -p1 -i $SRC/mktorrent-$version.diff
make
make DESTDIR=$PKG PREFIX=/usr install
}