New package: schedtool-1.3.0
This commit is contained in:
parent
86a5ddacaf
commit
42d732d49a
|
@ -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*
|
||||||
|
}
|
Loading…
Reference in New Issue