db_5.0.21: Add recipes for target and native packages.
[openembedded.git] / recipes / iana-etc / iana-etc_2.20.bb
blob234684f6be37be8a479b96daa35ae6cee6fdeba7
1 DESCRIPTION = "The iana-etc package provides the Unix/Linux /etc/services and /etc/protocols files."
2 AUTHOR = "Seth W. Klein"
3 HOMEPAGE = "http://www.sethwklein.net/projects/iana-etc/"
4 SECTION = "base"
5 LICENSE = "OPL"
6 PR = "r1"
8 SRC_URI = "http://www.sethwklein.net/projects/iana-etc/downloads/${P}.tar.bz2"
10 # Don't install as /etc/protocols and /etc/services since they are installed
11 # by net-base and are considered config files. Install this side by side so
12 # end-user can manaulyl copy them and/or take entries from them. See #2505.
14 do_install() {
15 install -d ${D}${sysconfdir}
16 install -m 644 protocols ${D}${sysconfdir}/protocols.iana
17 install -m 644 services ${D}${sysconfdir}/services.iana
20 SRC_URI[md5sum] = "51d584b7b6115528c21e8ea32250f2b1"
21 SRC_URI[sha256sum] = "754038a9eb8f1d0d6559d5b124a68e1e530a76366cff251d79536ec89e2fda21"