mktorrent: removed

This commit is contained in:
Antti Nykanen 2009-05-11 16:56:08 +03:00
parent 8d869ce8bb
commit 5ec5b3a894
3 changed files with 0 additions and 19 deletions

View File

@ -1,3 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/mktorrent

View File

@ -1 +0,0 @@
caeae777bca1b582adecdbaa9e466f42 mktorrent-0.5.tar.gz

View File

@ -1,15 +0,0 @@
# Description: BitTorrent metainfo file generator
# URL: http://mktorrent.sf.net/
# Maintainer: Antti Nykanen, aon at iki dot fi
# Depends on:
name=mktorrent
version=0.5
release=1
source=(http://dl.sf.net/mktorrent/mktorrent-$version.tar.gz)
build() {
cd mktorrent-$version
make
make DESTDIR=$PKG PREFIX=/usr install
}