New package: binfmt-support-2.0.13.
This commit is contained in:
parent
70114838c1
commit
d3651b11b2
1 changed files with 25 additions and 0 deletions
25
srcpkgs/binfmt-support/template
Normal file
25
srcpkgs/binfmt-support/template
Normal file
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'binfmt-support'
|
||||
pkgname=binfmt-support
|
||||
version=2.0.13
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="pkg-config libpipeline-devel"
|
||||
crossmakedepends="libpipeline-devel"
|
||||
short_desc="Support for extra binary formats"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://packages.debian.org/sid/binfmt-support"
|
||||
distfiles="${DEBIAN_SITE}/main/b/${pkgname}/${pkgname}_${version}.tar.gz"
|
||||
checksum=4c1c9c1618d8837538aebb311bc55a6fe1514f362e327fef12ce37fe0186aa3c
|
||||
long_desc="
|
||||
The binfmt_misc kernel module, contained in versions 2.1.43 and later of the
|
||||
Linux kernel, allows system administrators to register interpreters for
|
||||
various binary formats based on a magic number or their file extension, and
|
||||
cause the appropriate interpreter to be invoked whenever a matching file is
|
||||
executed. Think of it as a more flexible version of the \#! executable
|
||||
interpreter mechanism.
|
||||
|
||||
This package provides an 'update-binfmts' script with which package
|
||||
maintainers can register interpreters to be used with this module without
|
||||
having to worry about writing their own init scripts, and which sysadmins
|
||||
can use for a slightly higher-level interface to this module."
|
Loading…
Reference in a new issue