aboutsummaryrefslogtreecommitdiffstats
path: root/packages/popt/popt_1.7.bb
blob: e599c023dc51e5c0fef927b4a207a2f2d0e5d751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
SECTION = "libs"
DESCRIPTION = "The popt library exists essentially \
for parsing command line options."
LICENSE = "MIT"
PR = "r2"

SRC_URI = "ftp://ftp.rpm.org/pub/rpm/dist/rpm-4.1.x/popt-${PV}.tar.gz \
	   file://m4.patch;patch=1 \
	   file://intl.patch;patch=1"

inherit autotools 

do_stage () {
	autotools_stage_all
}