mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
14 lines
399 B
RPMSpec
14 lines
399 B
RPMSpec
# Maintainer: Alexander Hill <ahill@breadpudding.dev>
|
|
SRC_HASH="4d62ff37342ec7aed748535323930c7cf94acf71c3591882b26a7ea50f3edc16"
|
|
SRC_NAME="tar"
|
|
SRC_URL="https://linux.maple.camp/mirror/tar-1.35.tar.xz"
|
|
SRC_VERSION="1.35"
|
|
|
|
build() {
|
|
tar xf ../$SRC_FILENAME
|
|
cd tar-$SRC_VERSION/
|
|
./configure $TT_AUTOCONF_COMMON
|
|
make -j $TT_PROCS
|
|
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
|
|
}
|