New package: binfmt-support-2.1.5
This commit is contained in:
parent
5e0aaef514
commit
f5a23cc275
3 changed files with 23 additions and 0 deletions
2
srcpkgs/binfmt-support/files/binfmt-support/finish
Normal file
2
srcpkgs/binfmt-support/files/binfmt-support/finish
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec update-binfmts --disable
|
3
srcpkgs/binfmt-support/files/binfmt-support/run
Normal file
3
srcpkgs/binfmt-support/files/binfmt-support/run
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
update-binfmts --enable
|
||||
exec chpst -b binfmt-support pause
|
18
srcpkgs/binfmt-support/template
Normal file
18
srcpkgs/binfmt-support/template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'binfmt-support'
|
||||
pkgname=binfmt-support
|
||||
version=2.1.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libpipeline-devel"
|
||||
short_desc="Register interpreters for various binary formats"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://packages.debian.org/en/sid/binfmt-support"
|
||||
distfiles="${DEBIAN_SITE}/main/b/binfmt-support/binfmt-support_$version.orig.tar.gz"
|
||||
checksum=4896f6bf86b0d918025bb88718f89923a4cf8c25f37c07cd76ebb75c52f9e8eb
|
||||
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/etc/init
|
||||
vsv binfmt-support
|
||||
}
|
Loading…
Reference in a new issue