20 lines
628 B
Bash
20 lines
628 B
Bash
# Template file for 'binfmt-support'
|
|
pkgname=binfmt-support
|
|
version=2.1.8
|
|
revision=1
|
|
build_style=gnu-configure
|
|
hostmakedepends="pkg-config"
|
|
makedepends="libpipeline-devel"
|
|
short_desc="Register interpreters for various binary formats"
|
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
|
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=ebad04db8444d2275d042b5074fa3e160bcf3e2c23ee9b660e75f5acd73618a2
|
|
make_dirs="/var/lib/binfmts 0755 root root"
|
|
|
|
post_install() {
|
|
rm -r ${DESTDIR}/etc/init
|
|
vsv binfmt-support
|
|
}
|