summaryrefslogtreecommitdiff
path: root/packages/popt/popt_1.13.bb
blob: 9b071ba731af39925eed27ee336dce36d35249a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require popt.inc

DEPENDS = "gettext virtual/libintl"

PR = "r0"

inherit autotools

SRC_URI = "http://freshmeat.net/redir/popt/72854/url_bz2/popt-${PV}.tar.gz"

do_stage() {
	oe_libinstall -a -so libpopt ${STAGING_LIBDIR}
	install -m 0644 popt.h ${STAGING_INCDIR}
}