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

DEPENDS = "gettext virtual/libintl"

PR = "r1"

inherit autotools

SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz" 
	  

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