aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/freenx/nxservice_3.4.0-2.bb
blob: d5f24383247677c4d730091e900c5c78cc33a357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
LICENSE = "GPL"
DEPENDS = "nxcomp nxcompsh"

SRC_URI = "http://64.34.161.181/download/3.4.0/sources/${PN}-${PV}.tar.gz \
           "

SRC_URI[md5sum] = "c2a902ab6b8dd603f278dfb8c7d46bb4"
SRC_URI[sha256sum] = "38b4ed26d983f4d381bc80bcf3a1eccdf91a65174d7078c28425055fac8b8bc9"

S = "${WORKDIR}/${PN}"

inherit autotools

do_install () {
       install -d ${D}${bindir}/
       install -s -m 0755 nxservice ${D}${bindir}/
}