From 2b0fc4ca23b07b6b911a3d0ce2257113b77921e9 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 27 Jun 2014 15:36:29 -0400 Subject: Add binary packages. --- diff --git a/lilo-doc.pkg/control b/lilo-doc.pkg/control new file mode 100644 index 0000000..f749fb2 --- /dev/null +++ b/lilo-doc.pkg/control @@ -0,0 +1,7 @@ +Architecture: all +Platform: all +Depends: lilo (>= ${Source-Version}) +Description: LILO boot loader for Linux - documentation + ${Common-Description} + . + This package provides manual pages for the LILO boot loader. diff --git a/lilo-doc.pkg/files b/lilo-doc.pkg/files new file mode 100644 index 0000000..72ec615 --- /dev/null +++ b/lilo-doc.pkg/files @@ -0,0 +1 @@ +/usr/share/man/ diff --git a/lilo.pkg/control b/lilo.pkg/control new file mode 100644 index 0000000..3f4007c --- /dev/null +++ b/lilo.pkg/control @@ -0,0 +1,4 @@ +Architecture: amd64-linux-any i686-linux-any +Platform: all +Description: LILO boot loader for Linux + ${Common-Description} diff --git a/lilo.pkg/docs b/lilo.pkg/docs new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/lilo.pkg/docs diff --git a/lilo.pkg/files b/lilo.pkg/files new file mode 100644 index 0000000..0c3bcbd --- /dev/null +++ b/lilo.pkg/files @@ -0,0 +1,2 @@ +/sbin/ +/usr/sbin/ diff --git a/substvars b/substvars new file mode 100644 index 0000000..110a953 --- /dev/null +++ b/substvars @@ -0,0 +1,4 @@ +Common-Description: + LILO is a versatile boot loader for Linux. It does not depend on a specific + file system, can boot Linux kernel images from floppy disks and from hard + disks, and can even act as a "boot manager" for other kernels. -- cgit v0.9.1