diff options
Diffstat (limited to 'recipes/gpp')
-rw-r--r-- | recipes/gpp/gpp_2.21.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gpp/gpp_2.21.bb b/recipes/gpp/gpp_2.21.bb new file mode 100644 index 0000000000..421ac9fa91 --- /dev/null +++ b/recipes/gpp/gpp_2.21.bb @@ -0,0 +1,9 @@ +SECTION = "devel" +LICENSE = "GPL" +DESCRIPTION = "GPP is a general-purpose preprocessor with \ +customizable syntax, suitable for a wide range of \ +preprocessing tasks." + +SRC_URI = "http://www.nothingisreal.com/gpp/gpp-${PV}.tar.bz2" + +inherit autotools |