diff options
Diffstat (limited to 'irda-utils/irda-utils_0.9.15.oe')
-rw-r--r-- | irda-utils/irda-utils_0.9.15.oe | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/irda-utils/irda-utils_0.9.15.oe b/irda-utils/irda-utils_0.9.15.oe index 6525ed5d55..83721854ae 100644 --- a/irda-utils/irda-utils_0.9.15.oe +++ b/irda-utils/irda-utils_0.9.15.oe @@ -1,12 +1,12 @@ DEPENDS = "virtual/libc" RDEPENDS = "libc6" -DESCRIPTION = "Provides common files needed to use IrDA.\ - IrDA allows communication over Infrared with other devices\ - such as phones and laptops. +DESCRIPTION = "Provides common files needed to use IrDA. \ +IrDA allows communication over Infrared with other devices \ +such as phones and laptops." -SRC_URI = ${SOURCEFORGE_MIRROR}/irda/${P}.tar.gz \ - file://${FILESDIR}/configure.patch;patch=1 \ - file://${FILESDIR}/m4.patch;patch=1 +SRC_URI = "${SOURCEFORGE_MIRROR}/irda/irda-utils-${PV}.tar.gz \ + file://${FILESDIR}/configure.patch;patch=1 \ + file://${FILESDIR}/m4.patch;patch=1" inherit autotools libtool |