New package: biosdisk-1.01
This commit is contained in:
parent
28ba89d177
commit
e21a3e4209
11
srcpkgs/biosdisk/patches/fix-sbin.patch
Normal file
11
srcpkgs/biosdisk/patches/fix-sbin.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@@ -3,7 +3,7 @@
|
||||
DESTDIR =
|
||||
prefix ?= /usr/
|
||||
confdir ?= /etc/
|
||||
-sbindir ?= $(prefix)sbin
|
||||
+sbindir ?= $(prefix)bin
|
||||
datadir ?= $(prefix)share/biosdisk
|
||||
mandir ?= $(prefix)/share/man/man8
|
||||
sharedstatedir ?= /var/lib/biosdisk
|
13
srcpkgs/biosdisk/template
Normal file
13
srcpkgs/biosdisk/template
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'biosdisk'
|
||||
pkgname=biosdisk
|
||||
version=1.01
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
noarch=yes
|
||||
depends="syslinux wget cdrtools"
|
||||
short_desc="Utility for creating Dell BIOS flash disks"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="GPL-2.0"
|
||||
homepage="https://github.com/dell/biosdisk"
|
||||
distfiles="https://github.com/dell/biosdisk/archive/${version}.tar.gz"
|
||||
checksum=e89cf680914ab3d5bbb549c124c6c29594ef495880befc0d059ec8a3aaf1e3e7
|
Loading…
Reference in New Issue
Block a user