diff options
Diffstat (limited to 'recipes/popt/popt.inc')
-rw-r--r-- | recipes/popt/popt.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/popt/popt.inc b/recipes/popt/popt.inc new file mode 100644 index 0000000000..07671d798f --- /dev/null +++ b/recipes/popt/popt.inc @@ -0,0 +1,9 @@ +DESCRIPTION = "Popt is a C library for parsing command line parameters" +HOMEPAGE = "http://rpm5.org" +AUTHOR = "Jeff Johnson" +LICENSE = "MIT" +SECTION = "libs" + +S = "${WORKDIR}/popt-${PV}" +FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/popt-${PV}" + |