New package: ms-sys-2.2.1.
This commit is contained in:
parent
56693298fc
commit
be01e1a016
|
@ -0,0 +1,23 @@
|
|||
# Template file for 'ms-sys'
|
||||
pkgname=ms-sys
|
||||
version=2.2.1
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_build_args="PREFIX=/usr"
|
||||
make_install_args="PREFIX=/usr MANDIR=/usr/share/man"
|
||||
short_desc="Unix program for writing Microsoft compatible boot records"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="http://ms-sys.sourceforget.net"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=4e5661fd5837e41350a7516012901111a8cece2e9d76efb5cfb2a6f90bf712c4
|
||||
long_desc="
|
||||
The program does the same as Microsoft \"fdisk /mbr\" to a hard disk or \"sys d:\"
|
||||
to a floppy or FAT partition except that it does not copy any system files,
|
||||
only the boot record is written."
|
||||
|
||||
ms-sys_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue