# Description: command line utility to create BitTorrent metainfo files # URL: http://mktorrent.sourceforge.net # Maintainer: z3bra # Depends on: openssl name=mktorrent version=1.1 release=1 source=(https://github.com/Rudde/$name/archive/v$version.tar.gz) build() { cd $name-$version make make DESTDIR=$PKG PREFIX=/usr MANDIR=/usr/share/man install }