blob: 83b9c140266b8f7057d344a9225604f6255155c4 (
plain) (
tree)
|
|
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=chelf
pkgver=0.1_git20190110
pkgrel=0
pkgdesc="Display or change the stack size of an ELF binary"
url=" "
arch="all"
options="!check" # No test suite.
license="BSD-2-Clause"
depends=""
makedepends=""
subpackages=""
source="$pkgname-$pkgver.tar.xz::https://distfiles.adelielinux.org/source/$pkgname-$pkgver.txz
fix-uninitialised-read.patch
"
build() {
cd "$builddir"
make
}
package() {
cd "$builddir"
install -D -m755 chelf "$pkgdir"/usr/bin/chelf
}
sha512sums="6154e1580f4ea355aaa5017cced37d278d7e864d2c924e521aadc79d839ce79d1a94a9f8ebef1274f92748058278b628ec384f5d5e4572fe56d7745208146dbe chelf-0.1_git20190110.tar.xz
435610112eec83b27c922b5f84ca1e9abfa8c1834f5fafea0deb6911532fd7c0924da002a0c5523d6cd013c8d56e02cc6ae30321fdf4955399b7fcabe5c64e35 fix-uninitialised-read.patch"
|