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

14 lines
402 B
RPMSpec
Raw Normal View History

2026-01-04 23:20:23 -05:00
# Maintainer: Alexander Hill <ahill@breadpudding.dev>
SRC_HASH="01a7b881bd220bfdf615f97b8718f80bdfd3f6add385b993dcf6efd14e8c0ac6"
SRC_NAME="gzip"
SRC_URL="https://linux.maple.camp/mirror/gzip-1.14.tar.xz"
2026-01-04 23:20:23 -05:00
SRC_VERSION="1.14"
build() {
tar xf ../$SRC_FILENAME
cd gzip-$SRC_VERSION/
./configure $TT_AUTOCONF_COMMON
make -j $TT_PROCS
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
}