aboutsummaryrefslogtreecommitdiffstats
path: root/lrzsz/lrzsz_0.12.20.oe
blob: 07a8b714e5c87bc47474835dd1d0f9ef7e1a6ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SECTION = "base"
PRIORITY = "standard"
DESCRIPTION = "Tools for zmodem/xmodem/ymodem file transfer"

SRC_URI = "http://www.ohse.de/uwe/releases/lrzsz-${PV}.tar.gz \
	   file://autotools.patch;patch=1 \
	   file://makefile.patch;patch=1 \
	   file://m4.patch;patch=1 \
	   file://po-fix.patch;patch=1"

inherit autotools

do_install() {
	install -d ${D}/${bindir}/
	install -m 0755 src/lrz src/lsz ${D}/${bindir}/
	ln -sf ./lrz ${D}/${bindir}/lrx
	ln -sf ./lrz ${D}/${bindir}/lrb
	ln -sf ./lsz ${D}/${bindir}/lsx
	ln -sf ./lsz ${D}/${bindir}/lsb
}