First check in

This commit is contained in:
2016-09-22 09:19:41 -05:00
commit e0ac4ae730
6 changed files with 105 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
diff -rupN a/magic/Magdir/archive b/magic/Magdir/archive
--- a/magic/Magdir/archive 2014-06-03 19:15:58.000000000 +0000
+++ b/magic/Magdir/archive 2015-03-12 02:02:57.368000000 +0000
@@ -108,6 +108,14 @@
#>136 ledate x created: %s
#
+# Snaplinux package; similar format to the Debian package. Also uses
+# the portable archive format
+#
+0 string =!<arch>\nsnapinfo
+>8 string snapinfo Snaplinux package
+!:mime application/vnd.snaplinux.binary-package
+
+#
# MIPS archive; they're in the portable archive format, and need to go
# before the entry for regular portable archives, as it's recognized as
# a portable archive whose first member has a name beginning with

2
SRC/patches/README Normal file
View File

@@ -0,0 +1,2 @@
Place any patch files here and preface each with a number indicating
the order of execution. Patch files are expected to use a .patch extension.