mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
dracut: update to 037.
This commit is contained in:
parent
288c5ea144
commit
03d03af1c8
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'dracut'
|
# Template file for 'dracut'
|
||||||
pkgname=dracut
|
pkgname=dracut
|
||||||
version=036
|
version=037
|
||||||
revision=2
|
revision=1
|
||||||
build_style=meta
|
build_style=meta
|
||||||
hostmakedepends="libxslt docbook-xsl asciidoc"
|
hostmakedepends="libxslt docbook-xsl asciidoc"
|
||||||
makedepends="psmisc cpio xz systemd"
|
makedepends="psmisc cpio xz"
|
||||||
depends="${makedepends}"
|
depends="${makedepends}"
|
||||||
conf_files="/etc/dracut.conf"
|
conf_files="/etc/dracut.conf"
|
||||||
make_dirs="
|
make_dirs="
|
||||||
|
@ -15,7 +15,7 @@ short_desc="A new initramfs infrastructure"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${KERNEL_SITE}/utils/boot/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=6dd97c4323ec8bd87b24a95349692fb6c6ca2d1b3528793ef117820049b6fcd3
|
checksum=9c4c365c8dabc19b66da2972bbed7b983df520481325b8a37d3f620218620d76
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
make ${makejobs} sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system
|
make ${makejobs} sysconfdir=/etc systemdsystemunitdir=/usr/lib/systemd/system
|
||||||
|
@ -33,7 +33,7 @@ do_install() {
|
||||||
}
|
}
|
||||||
|
|
||||||
dracut-network_package() {
|
dracut-network_package() {
|
||||||
depends="dracut>=${version}"
|
depends="dracut-${version}_${revision}"
|
||||||
short_desc+=" - network modules"
|
short_desc+=" - network modules"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue