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

DEPENDS = "gettext virtual/libintl"

PR = "r1"

inherit autotools

SRC_URI = "http://freshmeat.net/redir/popt/72854/url_bz2/popt-${PV}.tar.gz \
	   file://iconv.patch;patch=1 \
	  "

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