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