
#------------------------------------------------------------------------------
# Localstuff:  file(1) magic for locally observed files
#
# $Id: Localstuff,v 1.4 2003/03/23 04:17:27 christos Exp $
# Add any locally observed files here.  Remember:
# text if readable, executable if runnable binary, data if unreadable.

# Decode armored OpenPGP items.
0	string	\055\055\055\055\055BEGIN\040PGP\040	armored OpenPGP
>15	string		MESSAGE\055\055\055\055\055		message
>15	string		PUBLIC\040KEY\040BLOCK\055\055\055\055\055	public key
>15	string		SIGNATURE\055\055\055\055\055	signature
>15	string		SIGNED\040MESSAGE\055\055\055\055\055	signed message
>15	string		ARMORED\040FILE\055\055\055\055\055	file
>15	string		PRIVATE\040KEY\040BLOCK\055\055\055\055\055	private key
>15	string		SECRET\040KEY\040BLOCK\055\055\055\055\055	secret key

# magic for *.la files
0	search/80	.la\ -\ a\ libtool\ library\ file	libtool library file

#------------------------------------------------------------------------------
# RPM: magic for *.rpm packages
#
0	belong		0xedabeedb	RPM
>4	byte		x		v%d
>6	beshort		0		bin
>6	beshort		1		src
>8	beshort		1		i386
>8	beshort		2		alpha
>8	beshort		3		sparc
>8	beshort		4		mips (big endian)
>8	beshort		5		ppc
>8	beshort		6		m68k
>8	beshort		7		sgi
>8	beshort		8		rs6000
>8	beshort		9		ia64
>8	beshort		10		sparc64
>8	beshort		11		mips (little endian)
>8	beshort		12		arm
>8	beshort		13		m68kmint
>8	beshort		14		s390
>8	beshort		15		s390x
>8	beshort		16		ppc64
>8	beshort		17		sh
>8	beshort		18		xtensa
>10	string		x		%s
