Integrated Treetap into Maple Linux #1
21
sources/groff/groff.spec
Normal file
21
sources/groff/groff.spec
Normal file
@ -0,0 +1,21 @@
|
||||
# Maintainer: Alexander Hill <ahill@breadpudding.dev>
|
||||
SRC_HASH="6b9757f592b7518b4902eb6af7e54570bdccba37a871fddb2d30ae3863511c13"
|
||||
SRC_NAME="groff"
|
||||
SRC_URL="https://ftp.gnu.org/gnu/groff/groff-1.23.0.tar.gz"
|
||||
SRC_VERSION="1.23.0"
|
||||
|
||||
build() {
|
||||
tar xf ../$SRC_FILENAME
|
||||
cd groff-*/
|
||||
./configure $TT_AUTOCONF_COMMON
|
||||
make -j $TT_PROCS
|
||||
}
|
||||
|
||||
clean() {
|
||||
rm -rf groff-*/
|
||||
}
|
||||
|
||||
package() {
|
||||
cd groff-*/
|
||||
make -j $TT_PROCS install DESTDIR=$TT_INSTALLDIR
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user