mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
os-prober: update to 1.77.
This commit is contained in:
parent
db6915b401
commit
ca7d683582
1 changed files with 7 additions and 9 deletions
|
@ -1,18 +1,16 @@
|
||||||
# Template file for 'os-prober'
|
# Template file for 'os-prober'
|
||||||
pkgname=os-prober
|
pkgname=os-prober
|
||||||
version=1.76
|
version=1.77
|
||||||
revision=2
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
make_dirs="/var/lib/os-prober 0755 root root"
|
make_dirs="/var/lib/os-prober 0755 root root"
|
||||||
short_desc="Utility to detect other OSes on a set of drives"
|
short_desc="Utility to detect other OSes on a set of drives"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
maintainer="Juan RP <xtraeme@voidlinux.org>"
|
||||||
homepage="http://packages.debian.org/sid/os-prober"
|
license="GPL-2.0-or-later"
|
||||||
license="GPL-2"
|
homepage="https://packages.debian.org/sid/os-prober"
|
||||||
distfiles="${DEBIAN_SITE}/main/o/$pkgname/${pkgname}_$version.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/o/${pkgname}/${pkgname}_${version}.tar.xz"
|
||||||
checksum=d3a580610e0148ee1fea98de993b27b856870fb0a31e9ce1a33be2654e2c64ed
|
checksum=8d8ea4afbe1aeef3c8b73f74a0fb37b06185e21a6abc78f80fc2160009cf705f
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" ${makejobs}
|
|
||||||
}
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin linux-boot-prober
|
vbin linux-boot-prober
|
||||||
vbin os-prober
|
vbin os-prober
|
||||||
|
|
Loading…
Add table
Reference in a new issue