Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37038836
en ru br
Репозитории ALT
S:1.1a-alt9
5.1: 1.1a-alt3
www.altlinux.org/Changes

Группа :: Система/Шрифты/X11 растровые
Пакет: fonts-bitmap-cyr_rfx-cp1251

 Главная   Изменения   Спек   Патчи   Исходники   Загрузить   Gear   Bugs and FR  Repocop 

FONTDIR=$(PREFIX)/usr/X11R6/lib/X11/fonts

#
# Select whether or not you want to compress the fonts and which compression
# utility to use for that
COMPFONTS=set
COMPUTIL=gzip
COMPFLAGS=-9f

FONTC=bdftopcf
FONTCFLAGS=
MKFONTDIR=mkfontdir
MKFONTDIRFLAGS=

FONTS=misc 75dpi

all: $(addsuffix .done, $(FONTS))

%.done: %
cd $< ;\
for i in *.bdf ; do\
$(FONTC) $(FONTCFLAGS) $$i > `basename $$i .bdf`.pcf;\
if [ $(COMPFONTS) ];then\
$(COMPUTIL) $(COMPFLAGS) `basename $$i .bdf`.pcf;\
fi;\
done;\
$(MKFONTDIR) $(MKFONTDIRFLAGS);

install: installfonts

installfonts:
for i in $(FONTS) ;do\
cd $$i;\
if [ -f fonts.dir ] ; then\
install -d $(FONTDIR)/$$i;\
install -m 444 *.pcf* $(FONTDIR)/$$i;\
install -m 644 fonts.dir $(FONTDIR)/$$i;\
install -m 444 fonts.alias $(FONTDIR)/$$i;\
fi;\
cd ..;\
done;

clean:
for i in $(FONTS) ;do\
cd $$i;\
rm -f *.pcf* fonts.dir;\
cd ..;\
done;
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin