Files
maplelinux-bootstrap/sources/libarchive/libarchive.spec

13 lines
446 B
RPMSpec
Raw Normal View History

2025-11-23 00:10:08 -05:00
# Maintainer: Alexander Hill <ahill@breadpudding.dev>
SRC_HASH="c7b847b57feacf5e182f4d14dd6cae545ac6843d55cb725f58e107cdf1c9ad73"
2025-11-23 00:10:08 -05:00
SRC_NAME="libarchive"
SRC_URL="https://libarchive.org/downloads/libarchive-3.8.4.tar.xz"
SRC_VERSION="3.8.4"
2025-11-23 00:10:08 -05:00
build() {
tar xf ../$SRC_FILENAME
cd libarchive-*/
./configure $TT_AUTOCONF_COMMON --disable-static --enable-year2038
2025-11-23 00:10:08 -05:00
make -j $TT_PROCS
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
2026-01-16 21:59:51 -05:00
}