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 + } +}