blob: f56c283b3572c799d18ec5e54469de584f0b54d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require ctorrent.inc
DESCRIPTION += This is the controller of the enhanced version"
RDEPENDS = "perl perl-module-strict perl-module-socket perl-module-tcntl \
perl-module-errno perl-module-sys-hostname"
SRC_URI = "${SOURCEFORGE_MIRROR}/dtorrent/ctcs-${PV}.tar.gz"
do_install () {
install -d ${D}/usr/bin
install -m 0755 ${S}/ctcs ${D}/usr/bin/
}
|