mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
schedtool: new home, distfile, checksum
The old homepage is gone and the distfile link was no longer working. Use Debian's schedtool-${version}.orig.tar.gz file instead.
This commit is contained in:
parent
f177926a6e
commit
2dd4e33aed
1 changed files with 4 additions and 3 deletions
|
@ -2,14 +2,15 @@
|
||||||
pkgname=schedtool
|
pkgname=schedtool
|
||||||
version=1.3.0
|
version=1.3.0
|
||||||
revision=3
|
revision=3
|
||||||
|
wrksrc="${pkgname}-${version}.orig"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="DESTPREFIX=/usr"
|
make_install_args="DESTPREFIX=/usr"
|
||||||
short_desc="Query and set CPU scheduling parameters"
|
short_desc="Query and set CPU scheduling parameters"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://freequaos.host.sk/schedtool/"
|
homepage="http://freshmeat.sourceforge.net/projects/schedtool/"
|
||||||
distfiles="ftp://mirrors.tera-byte.com/pub/gentoo/distfiles//${pkgname}-${version}.tar.bz2"
|
distfiles="http://deb.debian.org/debian/pool/main/s/schedtool/${pkgname}_${version}.orig.tar.gz"
|
||||||
checksum=4e002a2a619d592f7c9b9d284381ffc004d8a71c38945aa95d5d53f2e4c0c8cf
|
checksum=6628e4e805fab9c72b2daeb300c599d3de581f48eb21ce6caee3ae530b18450e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
rm -rf ${DESTDIR}/usr/share/doc/schedtool*
|
rm -rf ${DESTDIR}/usr/share/doc/schedtool*
|
||||||
|
|
Loading…
Add table
Reference in a new issue