diff options
| author | Alexander Hill <ahill@breadpudding.dev> | 2025-11-27 18:46:03 -0500 |
|---|---|---|
| committer | Alexander Hill <ahill@breadpudding.dev> | 2025-11-27 18:46:03 -0500 |
| commit | 679f263c2ffaf2891abd03d29a9af511c620e852 (patch) | |
| tree | b8570fbb3e4ab5cbc58a71ae1fee237cacd4738f /sources/autoconf/autoconf.spec | |
| parent | 38329ef5fd8096b8b41859a802c491df6db9748c (diff) | |
Added autoconf, automake, bsdutils, libtool, musl-fts, perl, and pkgconf, and replaced m4
Diffstat (limited to 'sources/autoconf/autoconf.spec')
| -rw-r--r-- | sources/autoconf/autoconf.spec | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/sources/autoconf/autoconf.spec b/sources/autoconf/autoconf.spec new file mode 100644 index 0000000..317d458 --- /dev/null +++ b/sources/autoconf/autoconf.spec @@ -0,0 +1,21 @@ +# Maintainer: Alexander Hill <ahill@breadpudding.dev> +SRC_HASH="ba885c1319578d6c94d46e9b0dceb4014caafe2490e437a0dbca3f270a223f5a" +SRC_NAME="autoconf" +SRC_URL="https://ftp.gnu.org/gnu/autoconf/autoconf-2.72.tar.xz" +SRC_VERSION="2.72" + +build() { + tar xf ../$SRC_FILENAME + cd autoconf-*/ + ./configure $TT_AUTOCONF_COMMON + make -O -j $TT_PROCS +} + +clean() { + rm -rf autoconf-*/ +} + +package() { + cd autoconf-*/ + make -O -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR +}
\ No newline at end of file |
