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

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

SRC_URI[md5sum] = "95ce93520d463a3d18cdd5d19c321e85"
SRC_URI[sha256sum] = "ecf740db00f2a223f520809f6cf5623d05eb2709e2ea8eadfb9a97b906fabfa6"

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

inherit autotools

do_install () {
        oe_runmake "bindir=${D}${bindir}" \
                   "man1dir=${D}${mandir}" \
                   install
}