ionice: initial add

This commit is contained in:
Danny Rawlins 2007-01-30 16:05:56 +11:00
parent 1a8d24625c
commit 554d7cdb79
3 changed files with 27 additions and 0 deletions

6
ionice/.footprint Normal file
View File

@ -0,0 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/ionice.1.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/ionice

1
ionice/.md5sum Normal file
View File

@ -0,0 +1 @@
13cdf4b76533e8421dc49de188f85291 util-linux-2.13-pre7.tar.bz2

20
ionice/Pkgfile Normal file
View File

@ -0,0 +1,20 @@
# Description: Nice levels for input and output (Disks).
# URL: http://freshmeat.net/projects/util-linux/
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Danny Rawlins, romster at shortcircuit dot net dot au
# Depends on:
name=ionice
version=2.13-pre7
release=1
source=(ftp://ftp.kernel.org/pub/linux/utils/util-linux/testing/util-linux-$version.tar.bz2)
build() {
cd util-linux-$version
./configure
cd schedutils
make
install -D -m755 ionice $PKG/usr/sbin/ionice
install -D -m644 ionice.1 $PKG/usr/man/man1/ionice.1
}