blob: 619af42a43cfb3d2833f2b3e867ecd9d6f27c8ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "The popt library for parsing command line options."
LICENSE = "MIT"
SECTION = "libs"
DEPENDS = "gettext-native"
SRC_URI = "http://rpm5.org/files/popt/popt-${PV}.tar.gz"
inherit autotools
do_stage () {
autotools_stage_all
}
|