diff options
Diffstat (limited to 'packages/gpp/gpp_2.21.bb')
-rw-r--r-- | packages/gpp/gpp_2.21.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/gpp/gpp_2.21.bb b/packages/gpp/gpp_2.21.bb index e69de29bb2..421ac9fa91 100644 --- a/packages/gpp/gpp_2.21.bb +++ b/packages/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 |