blob: 99f4e6e9cd3fcc52427123a5543a38005065ec45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
SECTION = "libs"
DESCRIPTION = "ISO language, territory, currency, script codes and their translations"
PRIORITY = "optional"
LICENSE = "LGPL"
SECTION = "libs"
SRC_URI = "ftp://pkg-isocodes.alioth.debian.org/pub/pkg-isocodes/iso-codes-${PV}.tar.gz"
inherit autotools
FILES_${PN}-dev="${datadir}/pkgconfig/iso-codes.pc"
FILES_${PN}="${datadir}/xml/iso-codes/ \
${datadir}/iso-codes/"
do_stage() {
autotools_stage_all
}
|