mirror of
https://linux.maple.camp/git/ahill/maplelinux-bootstrap.git
synced 2026-02-11 10:13:35 +00:00
Added byacc, editline, flex, m4, muon, and ncurses
...and updated treetap
This commit is contained in:
20
sources/m4/m4.spec
Normal file
20
sources/m4/m4.spec
Normal file
@@ -0,0 +1,20 @@
|
||||
# Maintainer: Alexander Hill <ahill@breadpudding.dev>
|
||||
SRC_HASH="e4315fef49b08912b1d1db3774dd98f971397b2751c648512b6c8d852590dc50"
|
||||
SRC_NAME="m4"
|
||||
SRC_URL="http://haddonthethird.net/m4/m4-2.tar.bz2"
|
||||
SRC_VERSION="2"
|
||||
|
||||
build() {
|
||||
tar xf ../$SRC_FILENAME
|
||||
cd m4-*/
|
||||
make -O -j $TT_PROCS
|
||||
}
|
||||
|
||||
clean() {
|
||||
rm -rf m4-*/
|
||||
}
|
||||
|
||||
package() {
|
||||
cd m4-*/
|
||||
make -O -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
|
||||
}
|
||||
Reference in New Issue
Block a user