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
|
||||
version=1.3.0
|
||||
revision=3
|
||||
wrksrc="${pkgname}-${version}.orig"
|
||||
build_style=gnu-makefile
|
||||
make_install_args="DESTPREFIX=/usr"
|
||||
short_desc="Query and set CPU scheduling parameters"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
license="GPL-2.0-only"
|
||||
homepage="http://freequaos.host.sk/schedtool/"
|
||||
distfiles="ftp://mirrors.tera-byte.com/pub/gentoo/distfiles//${pkgname}-${version}.tar.bz2"
|
||||
checksum=4e002a2a619d592f7c9b9d284381ffc004d8a71c38945aa95d5d53f2e4c0c8cf
|
||||
homepage="http://freshmeat.sourceforge.net/projects/schedtool/"
|
||||
distfiles="http://deb.debian.org/debian/pool/main/s/schedtool/${pkgname}_${version}.orig.tar.gz"
|
||||
checksum=6628e4e805fab9c72b2daeb300c599d3de581f48eb21ce6caee3ae530b18450e
|
||||
|
||||
post_install() {
|
||||
rm -rf ${DESTDIR}/usr/share/doc/schedtool*
|
||||
|
|
Loading…
Reference in a new issue