contrib/kexec-tools/Pkgfile

18 lines
431 B
Plaintext
Raw Normal View History

2009-03-25 19:15:06 +01:00
# Description: kexec-tools for the linux kernel
2010-09-04 14:23:04 +02:00
# URL: http://kernel.org/pub/linux/utils/kernel/kexec
2009-03-25 19:15:06 +01:00
# Maintainer: Thomas Penteker, tek at serverop dot de
name=kexec-tools
2020-01-01 07:31:08 +01:00
version=2.0.20
2009-03-25 19:15:06 +01:00
release=1
2020-01-01 07:31:08 +01:00
source=(https://git.kernel.org/pub/scm/utils/kernel/kexec/kexec-tools.git/snapshot/kexec-tools-$version.tar.gz)
2009-03-25 19:15:06 +01:00
build() {
cd $name-$version
2020-01-01 07:31:08 +01:00
./bootstrap
2019-02-23 23:36:21 +01:00
./configure --prefix=/usr
2020-01-01 07:31:08 +01:00
make
2009-03-25 19:15:06 +01:00
make DESTDIR=$PKG install
}