kexec-tools: 2.0.2 -> 2.0.3

This commit is contained in:
Thomas Penteker 2013-02-17 00:49:08 +01:00
parent 3682191fa4
commit 07e84986cf
3 changed files with 12 additions and 8 deletions

View File

@ -1,7 +1,10 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/kexec-tools/
-rw-r--r-- root/root usr/lib/kexec-tools/kexec_test
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/kdump.8.gz
-rw-r--r-- root/root usr/man/man8/kexec.8.gz
-rw-r--r-- root/root usr/man/man8/vmcore-dmesg.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/kdump
-rwxr-xr-x root/root usr/sbin/kexec
-rwxr-xr-x root/root usr/sbin/vmcore-dmesg

View File

@ -1 +1 @@
35d05fed1c97008ac34c5bfb929295eb kexec-tools-2.0.2.tar.bz2
b820e4e0dbdaa3391ac49309b0a1db2e kexec-tools-2.0.3.tar.bz2

View File

@ -4,13 +4,14 @@
# Depends on:
name=kexec-tools
version=2.0.2
version=2.0.3
release=1
source=(http://kernel.org/pub/linux/utils/kernel/kexec/$name-$version.tar.bz2)
source=(http://crux.nu/~tek/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
./configure --prefix=/usr \
--mandir=/usr/man
make -j1
make DESTDIR=$PKG install
}