diff options
Diffstat (limited to 'recipes/ccrtp/ccrtp_1.7.0.bb')
-rw-r--r-- | recipes/ccrtp/ccrtp_1.7.0.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/ccrtp/ccrtp_1.7.0.bb b/recipes/ccrtp/ccrtp_1.7.0.bb new file mode 100644 index 0000000000..5f0b1c13e0 --- /dev/null +++ b/recipes/ccrtp/ccrtp_1.7.0.bb @@ -0,0 +1,9 @@ +DESCRIPTION = "GNU Common C++" +HOMEPAGE = "http://freshmeat.net/projects/ccrtp" +LICENSE = "GPL" +PR="r0" +DEPENDS = "commoncpp2" +SRC_URI = "ftp://ftp.gnu.org/gnu/ccrtp/ccrtp-${PV}.tar.gz \ + file://configure.ac.patch;patch=1" + +inherit autotools pkgconfig autotools_stage |