2021-05-10 16:55:12 +00:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
2021-05-11 01:07:37 -03:00
|
|
|
# Adding this patch forces the libXft dependency, but the upstream (git) already
|
|
|
|
# uses it. It is also much better than the ancient# logical X font description.
|
2021-05-10 16:55:12 +00:00
|
|
|
patch -p1 < tabbed-0.6-xft.diff
|
|
|
|
|
2021-09-16 19:06:34 -03:00
|
|
|
${EDITOR:=vi} config.def.h
|
2021-05-10 16:55:12 +00:00
|
|
|
make
|
|
|
|
make DESTDIR="$1" PREFIX=/usr install
|