blob: f424701f478250a902d56419aa6d561090185c01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
LICENSE = "LGPL"
SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.bz2"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}/xml/"
do_stage() {
autotools_stage_all
}
|