lrzsz: modernize.
This commit is contained in:
parent
e0fd8818d7
commit
81d1f0ec45
|
@ -1,22 +1,11 @@
|
||||||
# Template build file for 'lrzsz'.
|
# Template build file for 'lrzsz'.
|
||||||
pkgname=lrzsz
|
pkgname=lrzsz
|
||||||
version=0.12.20
|
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"
|
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"
|
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 --mandir=/usr/share/man
|
|
||||||
}
|
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make ${makejobs}
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
|
||||||
make DESTDIR=$DESTDIR install
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue