rset: update to 3.2.
This commit is contained in:
parent
a019151ee3
commit
1208652b9b
@ -1,28 +1,24 @@
|
|||||||
# Template file for 'rset'
|
# Template file for 'rset'
|
||||||
pkgname=rset
|
pkgname=rset
|
||||||
version=3.1
|
version=3.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_build_args="-f Makefile.linux"
|
make_build_args="-f Makefile.linux"
|
||||||
make_install_args="${make_build_args}"
|
make_install_args="${make_build_args}"
|
||||||
checkdepends="ruby ruby-webrick wget"
|
depends="curl"
|
||||||
|
checkdepends="ruby ruby-webrick ${depends}"
|
||||||
short_desc="Remote Staging Execution Tool"
|
short_desc="Remote Staging Execution Tool"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="ISC"
|
license="ISC"
|
||||||
homepage="https://scriptedconfiguration.org/"
|
homepage="https://scriptedconfiguration.org/"
|
||||||
changelog="https://github.com/eradman/rset/blob/master/NEWS"
|
changelog="https://github.com/eradman/rset/blob/master/NEWS"
|
||||||
distfiles="https://scriptedconfiguration.org/code/rset-${version}.tar.gz"
|
distfiles="https://scriptedconfiguration.org/code/rset-${version}.tar.gz"
|
||||||
checksum=25228ce805c2dc464fa7e5b26d2cffb5d7a4f37fdb2b7b7a3958a2aab6df1e1e
|
checksum=a91fae268e71b08f307626130fb777be1c0c285f1221163034c2ea31d9bd3c02
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
|
||||||
make_build_args="-f Makefile.linux-compat"
|
make_build_args="-f Makefile.linux-compat"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
post_patch() {
|
|
||||||
vsed -i -e 's/hostname -s/hostname/' tests/input/local_exec.pln
|
|
||||||
vsed -i -e "s/'r'/O_RDONLY/" tests/cmd_pipe_stdin.c
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user