File tree Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Expand file tree Collapse file tree 3 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1+ # FIXME: Upstream hacks generated `configure` script which breaks autobuild's
2+ # autotools default `AUTOTOOLS_DEF` arguments.
3+ abinfo "Building racket ..."
4+ cd "$SRCDIR"
5+ ./configure \
6+ --prefix=/usr \
7+ --sysconfdir=/etc \
8+ --localstatedir=/var \
9+ --libdir=/usr/lib \
10+ --bindir=/usr/bin \
11+ --mandir=/usr/share/man \
12+ "${AUTOTOOLS_AFTER[@]}"
13+
14+ make
15+
16+ abinfo "Installing racket ..."
17+ make install DESTDIR="$PKGDIR"
Original file line number Diff line number Diff line change @@ -4,9 +4,6 @@ PKGDEP="gtk-3 libffi glibc"
44BUILDDEP="ncurses lz4 zlib urw-fonts"
55PKGDES="A full-spectrum programming language"
66
7- RECONF=0
8- ABTYPE=autotools
9-
107AUTOTOOLS_AFTER__PPC64EL=(
118 '--enable-pb'
129 '--enable-mach=tpb64l'
Original file line number Diff line number Diff line change 1- VER=8.17
1+ VER=8.18
22SRCS="tbl::https://download.racket-lang.org/installers/$VER/racket-$VER-src.tgz"
33SUBDIR="racket-$VER/src"
4- CHKSUMS="sha256::44431395138f7b8c5e67d416ff063b8fb6ce056f4c4f0fda27b7b1ec58bfa33b "
4+ CHKSUMS="sha256::65477c71ec1a978a6ee4db582b9b47b1a488029d7a42e358906de154a6e5905c "
55CHKUPDATE="anitya::id=13609"
You can’t perform that action at this time.
0 commit comments