1c5f4690e6
That means that version comparators are not supported anymore in hostmakedepends and makedepends. This will ensure that a pkg is always built with the same build dependencies everywhere, if the srcpkgs tree is uptodate.
13 lines
520 B
Bash
13 lines
520 B
Bash
# Template build file for 'dsh'
|
|
pkgname=dsh
|
|
version=0.25.10
|
|
revision=5
|
|
conf_files="/etc/dsh.conf"
|
|
build_style=gnu-configure
|
|
short_desc="Wrapper for executing multiple remote shell (rsh/remsh/ssh) commands"
|
|
maintainer="Enno Boland <eb@s01.de>"
|
|
license="GPL-2"
|
|
homepage="http://www.netfort.gr.jp/~dancer/software/dsh.html.en"
|
|
makedepends="libdshconfig-devel"
|
|
distfiles="http://www.netfort.gr.jp/~dancer/software/downloads/$pkgname-$version.tar.gz"
|
|
checksum=520031a5474c25c6b3f9a0840e06a4fea4750734043ab06342522f533fa5b4d0
|