New package: schedtool-1.3.0

This commit is contained in:
Christian Neukirchen 2014-12-25 15:47:32 +01:00
parent 86a5ddacaf
commit 42d732d49a
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# Template file for 'schedtool'
pkgname=schedtool
version=1.3.0
revision=1
build_style=gnu-makefile
make_install_args="DESTPREFIX=/usr"
short_desc="Query and set CPU scheduling parameters"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://freequaos.host.sk/schedtool/"
distfiles="http://freequaos.host.sk/schedtool/${pkgname}-${version}.tar.bz2"
checksum=4e002a2a619d592f7c9b9d284381ffc004d8a71c38945aa95d5d53f2e4c0c8cf
post_install() {
rm -rf ${DESTDIR}/usr/share/doc/schedtool*
}