mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
getconf, bump version (#8501)
This commit is contained in:
@@ -1,35 +1,34 @@
|
||||
SUMMARY="Prints out values of POSIX configuration variables"
|
||||
DESCRIPTION="The getconf command prints values of system configuration \
|
||||
variables. It is a command interface to the values returned by sysconf(), \
|
||||
confstr(), and pathconf().
|
||||
"
|
||||
confstr(), and pathconf()."
|
||||
HOMEPAGE="https://github.com/termux/getconf"
|
||||
COPYRIGHT="1996, 1998 The NetBSD Foundation, Inc.
|
||||
2017, Fredrik Fornwall"
|
||||
2017, Fredrik Fornwall"
|
||||
LICENSE="MIT"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://github.com/termux/getconf/archive/v0.5.tar.gz"
|
||||
CHECKSUM_SHA256="8192701051d2a2bf8d1ae7b1c0922c3f1d4a039b9ad99496636b0122667d595c"
|
||||
SOURCE_URI="https://github.com/termux/getconf/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="ca6808fe1a936426d0b4ef05001dfbaedcf35159bec961732a1732e280e27caa"
|
||||
|
||||
ARCHITECTURES="all"
|
||||
|
||||
PROVIDES="
|
||||
getconf = $portVersion
|
||||
cmd:getconf = $portVersion
|
||||
"
|
||||
"
|
||||
REQUIRES="
|
||||
haiku
|
||||
"
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
haiku_devel
|
||||
"
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
makefile_engine
|
||||
cmd:awk
|
||||
cmd:gcc
|
||||
cmd:make
|
||||
"
|
||||
"
|
||||
|
||||
BUILD()
|
||||
{
|
||||
Reference in New Issue
Block a user