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