libplayer: Use `${PN}` instead of `libplayer`.
[openembedded.git] / recipes / popt / popt.inc
1 DESCRIPTION = "Popt is a C library for parsing command line parameters"
2 HOMEPAGE = "http://rpm5.org"
3 AUTHOR = "Jeff Johnson"
4 LICENSE = "MIT"
5 SECTION = "libs"
6
7 S = "${WORKDIR}/popt-${PV}"
8 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/popt-${PV}"
9