contrib/gforth/Pkgfile

22 lines
567 B
Plaintext
Raw Normal View History

2018-10-10 16:01:32 +02:00
# Description: A free, fast, featureful and portable implementation of the Forth 2012 language.
2020-06-01 17:45:48 +02:00
# URL: https://gforth.org/
2018-10-10 16:01:32 +02:00
# Maintainer: Jan-Michael Franz, jmf at mesecons dot net
2020-06-01 17:45:48 +02:00
# Depends on:
2018-10-10 16:01:32 +02:00
name=gforth
version=0.7.3
2020-02-04 00:01:20 +01:00
release=2
2018-10-10 16:01:32 +02:00
source=(https://ftp.gnu.org/gnu/gforth/$name-$version.tar.gz)
build () {
cd $name-$version
./configure --prefix=/usr
make -j1
make DESTDIR=$PKG install
rm -R $PKG/usr/share/info/
2020-02-04 00:01:20 +01:00
rm $PKG/usr/share/gforth/$version/asm/README
rm $PKG/usr/share/gforth/$version/compat/README
rm $PKG/usr/share/gforth/$version/ec/README
2018-10-10 16:01:32 +02:00
}