blob: 1f6a220611b96fd58edaac05c50451439e049b0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require popt.inc
PR = "r2"
inherit autotools_stage gettext
SRC_URI = "\
http://rpm5.org/files/popt/popt-${PV}.tar.gz \
"
SRC_URI[md5sum] = "4f90a07316eb825604dd10ae4f9f3f04"
SRC_URI[sha256sum] = "175be17571e9af3ad622531b494a0738ae632c60c8c6329273778b2b6fbbad74"
|