Package dict, style, diction, and other utilities.

This commit is contained in:
Mid Favila 2021-10-05 03:13:00 +00:00
parent 29465e768a
commit 58e452f880
3 changed files with 0 additions and 27 deletions

View File

@ -1,7 +0,0 @@
#!/bin/sh -e
./configure \
--prefix=/usr
make
make DESTDIR="$1" instally

View File

@ -1 +0,0 @@
aspell-dict-english

View File

@ -1,19 +0,0 @@
#!/bin/sh -e
patch -p1 < 01-links-tabbed.patch
./configure \
--prefix=/usr \
--enable-graphics \
--without-ipv6 \
--without-libevent \
--without-gpm \
--without-libjpeg \
--without-libtiff \
--without-librsvg \
--disable-png-pkgconfig \
--with-x \
--mandir=/usr/share/man
make
make DESTDIR="$1" install