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

DEPENDS = "gettext-native 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}
}