mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
grml-rescueboot: update to 0.5.0.
This commit is contained in:
parent
df8a59f355
commit
f508d774f8
1 changed files with 12 additions and 6 deletions
|
@ -1,21 +1,27 @@
|
||||||
# Template file for 'grml-rescueboot'
|
# Template file for 'grml-rescueboot'
|
||||||
pkgname=grml-rescueboot
|
pkgname=grml-rescueboot
|
||||||
version=0.4.7
|
version=0.5.0
|
||||||
revision=1
|
revision=1
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
build_style="gnu-makefile"
|
||||||
conf_files="/etc/default/grml-rescueboot"
|
conf_files="/etc/default/grml-rescueboot"
|
||||||
make_dirs="/boot/grml 0755 root root"
|
make_dirs="/boot/grml 0755 root root"
|
||||||
depends="grub"
|
depends="grub"
|
||||||
short_desc="Grub rules to find and boot Grml ISO images"
|
short_desc="Grub rules to find and boot Grml ISO images"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://wiki.grml.org/doku.php?id=rescueboot"
|
homepage="http://wiki.grml.org/doku.php?id=rescueboot"
|
||||||
distfiles="https://github.com/grml/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/grml/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=0c5c95ebbe25d808b0f075773bbcc299d9a37dda1bbe66f21e3f4c565b825722
|
checksum=bbb5c5bf5119542d75c99a2453d8857f7d8bce7492e58c39725f112e29a6776e
|
||||||
|
|
||||||
do_install() {
|
do_build() {
|
||||||
vinstall 42_grml 0755 etc/grub.d
|
:
|
||||||
vinstall etc/default/grml-rescueboot 0644 etc/default
|
}
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/sbin/bin/g' Makefile
|
||||||
|
}
|
||||||
|
post_install() {
|
||||||
|
vman man/update-grml-rescueboot.8
|
||||||
vdoc debian/README
|
vdoc debian/README
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue