summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/tclap/tclap_1.2.1.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2013-12-12 13:41:56 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2013-12-12 13:41:56 +0100
commit177ef53047019757b70b5ca87171b2c88e26ba07 (patch)
tree70e3284e64755ae93c130e00f810ba5c501801b9 /recipes-devtools/tclap/tclap_1.2.1.bb
downloadmeta-fsl-ppc-177ef53047019757b70b5ca87171b2c88e26ba07.tar.gz
initial commit of Enea Linux 3.1enea_linux_3
Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-devtools/tclap/tclap_1.2.1.bb')
-rw-r--r--recipes-devtools/tclap/tclap_1.2.1.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-devtools/tclap/tclap_1.2.1.bb b/recipes-devtools/tclap/tclap_1.2.1.bb
new file mode 100644
index 0000000..aa478b5
--- /dev/null
+++ b/recipes-devtools/tclap/tclap_1.2.1.bb
@@ -0,0 +1,17 @@
1DESCRIPTION = "Templatized C++ Command Line Parser"
2HOMEPAGE = "http://tclap.sourceforge.net/"
3SECTION = "tclap"
4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://COPYING;md5=c8ab0ff134bcc584d0e6b5b9f8732453"
6
7SRCREV = "3627d9402e529770df9b0edf2aa8c0e0d6c6bb41"
8SRC_URI = "git://tclap.git.sourceforge.net/gitroot/tclap/tclap;protocal=git;branch=master"
9
10S = "${WORKDIR}/git"
11inherit autotools
12
13do_install_prepend() {
14 install -d ${S}/docs/html
15}
16
17BBCLASSEXTEND = "native nativesdk"