void-packages/srcpkgs/dracut/template

37 lines
1.2 KiB
Plaintext
Raw Normal View History

2012-01-12 17:48:32 +01:00
# Template file for 'dracut'
pkgname=dracut
2013-03-08 11:40:39 +01:00
version=026
revision=2
2012-01-12 17:48:32 +01:00
build_style=gnu-makefile
2012-07-10 09:23:16 +02:00
make_build_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system"
make_install_args="sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system"
depends="psmisc>=22.14_2 cpio xz systemd>=198"
2012-08-01 16:17:47 +02:00
makedepends="libxslt docbook-xsl asciidoc"
2012-05-27 09:57:11 +02:00
conf_files="/etc/dracut.conf"
make_dirs="/etc/dracut.conf.d 0755 root root"
2012-05-28 08:21:21 +02:00
subpackages="dracut-network"
2012-05-27 09:57:11 +02:00
homepage="http://www.kernel.org/pub/linux/utils/boot/dracut/dracut.html"
2012-01-12 17:48:32 +01:00
short_desc="A new initramfs infrastructure"
maintainer="Juan RP <xtraeme@gmail.com>"
2012-05-27 09:57:11 +02:00
license="GPL-2"
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
2013-03-08 11:40:39 +01:00
checksum=8e18d9f2538c680476a380560f8a6268480559785303a5db107b2b54c49d3ec7
2012-01-12 17:48:32 +01:00
2012-05-27 09:57:11 +02:00
pre_build() {
# Remove the nonsense syncheck target.
sed -i -e "s|all: syncheck|all:|g" Makefile
}
pre_install() {
# fix path to busybox.
2012-05-27 09:57:11 +02:00
sed -i "s|/sbin/busybox|/bin/busybox|g" modules.d/05busybox/module-setup.sh
}
2012-05-29 14:30:26 +02:00
post_install() {
# kernel hooks.
vinstall ${FILESDIR}/kernel-hook-postinst \
755 etc/kernel.d/post-install 10-dracut
vinstall ${FILESDIR}/kernel-hook-postrm \
755 etc/kernel.d/post-remove 10-dracut
}