mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Started shifting to a GNU userspace
This commit is contained in:
17
sources/sed/sed.spec
Normal file
17
sources/sed/sed.spec
Normal file
@@ -0,0 +1,17 @@
|
||||
# Maintainer: Alexander Hill <ahill@breadpudding.dev>
|
||||
SRC_HASH="6e226b732e1cd739464ad6862bd1a1aba42d7982922da7a53519631d24975181"
|
||||
SRC_NAME="sed"
|
||||
SRC_URL="https://ftp.gnu.org/gnu/sed/sed-4.9.tar.xz"
|
||||
SRC_VERSION="4.9"
|
||||
|
||||
build() {
|
||||
tar xf ../$SRC_FILENAME
|
||||
cd sed-$SRC_VERSION/
|
||||
./configure $TT_AUTOCONF_COMMON
|
||||
make -j $TT_PROCS
|
||||
}
|
||||
|
||||
package() {
|
||||
cd sed-$SRC_VERSION/
|
||||
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
|
||||
}
|
||||
Reference in New Issue
Block a user