aboutsummaryrefslogtreecommitdiffstats
path: root/packages/popt/popt-native_1.14.bb
blob: 123b35e346e1fcf4c79423698e0bab881cf9a1c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require popt.inc

DEPENDS = "gettext-native"

FILE_PR = "r0"

inherit native autotools

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

S = "${WORKDIR}/popt-${PV}"

do_install() {
	oe_libinstall -a -so libpopt ${STAGING_LIBDIR_NATIVE}
	install -m 0644 popt.h ${STAGING_INCDIR_NATIVE}
}