diff options
Diffstat (limited to 'packages/ctorrent')
-rw-r--r-- | packages/ctorrent/ctorrent.inc | 0 | ||||
-rw-r--r-- | packages/ctorrent/ctorrent_1.3.2.bb | 12 | ||||
-rw-r--r-- | packages/ctorrent/ctorrent_1.3.4.bb | 14 | ||||
-rw-r--r-- | packages/ctorrent/files/nogetwd.patch | 0 |
4 files changed, 3 insertions, 23 deletions
diff --git a/packages/ctorrent/ctorrent.inc b/packages/ctorrent/ctorrent.inc new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ctorrent/ctorrent.inc diff --git a/packages/ctorrent/ctorrent_1.3.2.bb b/packages/ctorrent/ctorrent_1.3.2.bb deleted file mode 100644 index 435420f366..0000000000 --- a/packages/ctorrent/ctorrent_1.3.2.bb +++ /dev/null @@ -1,12 +0,0 @@ -DESCRIPTION = "CTorrent is a console BitTorrent client written in the C \ -programming language." -DEPENDS = "openssl" -LICENSE = "GPL" -SECTION = "network" -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -PR = "r1" - -SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.gz" -S = "${WORKDIR}/ctorrent-${PV}" - -inherit autotools diff --git a/packages/ctorrent/ctorrent_1.3.4.bb b/packages/ctorrent/ctorrent_1.3.4.bb index b1db2fb098..7690533cbb 100644 --- a/packages/ctorrent/ctorrent_1.3.4.bb +++ b/packages/ctorrent/ctorrent_1.3.4.bb @@ -1,12 +1,4 @@ -DESCRIPTION = "CTorrent is a console BitTorrent client written in the C \ -programming language." -DEPENDS = "openssl" -LICENSE = "GPL" -SECTION = "network" -MAINTAINER = "Chris Larson <kergoth@handhelds.org>" -PR = "r1" +include ctorrent.inc +PR = "r2" -SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2" -S = "${WORKDIR}/ctorrent-${PV}" - -inherit autotools +SRC_URI += "file://nogetwd.patch;patch=1" diff --git a/packages/ctorrent/files/nogetwd.patch b/packages/ctorrent/files/nogetwd.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/ctorrent/files/nogetwd.patch |