lrzsz: misc tweaks to permit cross builds.
This commit is contained in:
parent
e20c7c1343
commit
fde3af1b49
|
@ -1,12 +1,22 @@
|
|||
# Template build file for 'lrzsz'.
|
||||
pkgname=lrzsz
|
||||
version=0.12.20
|
||||
patch_args="-Np0"
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
short_desc="unix communication package providing the XMODEM, YMODEM ZMODEM file transfer protocols"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
license="GPL-3"
|
||||
homepage="http://ohse.de/uwe/software/lrzsz.html"
|
||||
distfiles="http://ohse.de/uwe/releases/$pkgname-$version.tar.gz"
|
||||
checksum=c28b36b14bddb014d9e9c97c52459852f97bd405f89113f30bee45ed92728ff1
|
||||
|
||||
do_configure() {
|
||||
./configure --prefix=/usr
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make ${makejobs}
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make DESTDIR=$DESTDIR install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue