lrzsz: modernize.

This commit is contained in:
Juan RP 2014-06-08 10:33:52 +02:00
parent e0fd8818d7
commit 81d1f0ec45
1 changed files with 3 additions and 14 deletions

View File

@ -1,22 +1,11 @@
# Template build file for 'lrzsz'.
pkgname=lrzsz
version=0.12.20
revision=2
revision=3
build_style=gnu-configure
short_desc="Unix communication package providing the XMODEM, YMODEM ZMODEM file transfer protocols"
maintainer="pancake <pancake@nopcode.org>"
maintainer="Juan RP <xtraeme@gmail.com>"
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 --mandir=/usr/share/man
}
do_build() {
make ${makejobs}
}
do_install() {
make DESTDIR=$DESTDIR install
}