summaryrefslogtreecommitdiff
path: root/packages/popt/popt_1.14.bb
blob: a1675263ae4c935277f50961c793fa1fbbf9f4b3 (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"

FILE_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}
}