aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ptpd/ptpd_1.0.0.bb
blob: a5263a07ef0e5f9d159d5a9bd56a6ef56019ded8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Precision Time Protocol (PTP) as defined by the IEEE 1588 standard"
HOMEPAGE = "http://sourceforge.net/projects/ptpd"
LICENSE = "BSD"
SECTION = "network"
PR = "r0"

SRC_URI = "http://downloads.sourceforge.net/project/ptpd/ptpd/${PV}/ptpd-${PV}.tar.gz" 
S = "${WORKDIR}/ptpd-${PV}/src"

do_install() {
        install -d ${D}${bindir} ${D}${mandir}/man8
        install -m 4555 ptpd ${D}${bindir}
        install -m 644 ptpd.8 ${D}${mandir}/man8
}