From be01e1a0168f90e6b098856b669fd24e7f18fd98 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 3 Jun 2013 15:22:56 +0200 Subject: [PATCH] New package: ms-sys-2.2.1. --- srcpkgs/ms-sys/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/ms-sys/template diff --git a/srcpkgs/ms-sys/template b/srcpkgs/ms-sys/template new file mode 100644 index 00000000000..fc65b683c56 --- /dev/null +++ b/srcpkgs/ms-sys/template @@ -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 " +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 + } +}