mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
biosdisk: remove noarch
This commit is contained in:
parent
84f59247c9
commit
02b7f9b6e6
1 changed files with 3 additions and 8 deletions
|
@ -1,18 +1,13 @@
|
||||||
# Template file for 'biosdisk'
|
# Template file for 'biosdisk'
|
||||||
pkgname=biosdisk
|
pkgname=biosdisk
|
||||||
version=1.01
|
version=1.01
|
||||||
revision=1
|
revision=2
|
||||||
|
archs="i686* x86_64*"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
archs=noarch
|
|
||||||
depends="syslinux wget cdrtools"
|
depends="syslinux wget cdrtools"
|
||||||
short_desc="Utility for creating Dell BIOS flash disks"
|
short_desc="Utility for creating Dell BIOS flash disks"
|
||||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||||
license="GPL-2.0"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://github.com/dell/biosdisk"
|
homepage="https://github.com/dell/biosdisk"
|
||||||
distfiles="https://github.com/dell/biosdisk/archive/${version}.tar.gz"
|
distfiles="https://github.com/dell/biosdisk/archive/${version}.tar.gz"
|
||||||
checksum=e89cf680914ab3d5bbb549c124c6c29594ef495880befc0d059ec8a3aaf1e3e7
|
checksum=e89cf680914ab3d5bbb549c124c6c29594ef495880befc0d059ec8a3aaf1e3e7
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
i686*|x86_64*) ;;
|
|
||||||
*) broken="only for x86";;
|
|
||||||
esac
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue