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'
|
||||
pkgname=biosdisk
|
||||
version=1.01
|
||||
revision=1
|
||||
revision=2
|
||||
archs="i686* x86_64*"
|
||||
build_style=gnu-makefile
|
||||
archs=noarch
|
||||
depends="syslinux wget cdrtools"
|
||||
short_desc="Utility for creating Dell BIOS flash disks"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="GPL-2.0"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://github.com/dell/biosdisk"
|
||||
distfiles="https://github.com/dell/biosdisk/archive/${version}.tar.gz"
|
||||
checksum=e89cf680914ab3d5bbb549c124c6c29594ef495880befc0d059ec8a3aaf1e3e7
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*|x86_64*) ;;
|
||||
*) broken="only for x86";;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue