contrib/mktorrent/Pkgfile

16 lines
324 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
2007-12-22 11:17:10 +01:00
version=0.4
2007-04-03 12:50:15 +02:00
release=1
2007-11-16 10:12:54 +01:00
source=(http://dl.sf.net/mktorrent/mktorrent-$version.tar.gz)
2007-04-03 12:50:15 +02:00
build() {
cd mktorrent-$version
make
make DESTDIR=$PKG PREFIX=/usr install
}