summaryrefslogtreecommitdiffstats
path: root/recipes/podget/podget_0.5.8.bb
blob: 18ecbcb4a7cef40826cda637753eca84842f95e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "A simple podcast aggregator."
HOMEPAGE = "http://podget.sourceforge.net/"
PRIORITY = "optional"
LICENSE = "GPL"
DEPENDS += "virtual/libiconv"
RDEPENDS = "bash sed wget"
PR = "r2"

SRC_URI = "${SOURCEFORGE_MIRROR}/podget/podget_${PV}.tar.gz \
           file://busybox_df.patch;patch=1"

S = "${WORKDIR}/podget"

do_install () {
  install -d ${D}/usr/bin
  install -m 0755 ${WORKDIR}/podget/podget ${D}/usr/bin
}