blob: c994690a480544a10eb26822c883958d041eb523 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
pkgbase = binfmt_aout
pkgdesc = binfmt_aout kernel module, for running an a.out binary format
pkgver = 4.0
pkgrel = 2
url = https://www.kernel.org
install = binfmt_aout.install
arch = i686
license = GPLv3
makedepends = linux-headers
makedepends = linux-api-headers
makedepends = gzip
options = !strip
source = https://raw.githubusercontent.com/torvalds/linux/v{4.0}/fs/binfmt_aout.c
source = Makefile
sha1sums = 461efd1c09b0b2420c1544ba5ec94952ecef4255
sha1sums = bb9af2aea2fe37ec2e54820762b862d02668bed6
pkgname = binfmt_aout
|