fd2482c9d5
- Use GnuTLS by default. You can still use OpenSSL by specifying WITH_OPENSSL=yes. - Add WITHOUT_NLS knob to disable installing message catalogs. - Shorten pkg-descr.
36 lines
1.6 KiB
Text
36 lines
1.6 KiB
Text
sbin/gkrellmd
|
|
@exec mkdir -p %D/libexec/gkrellm2/plugins-gkrellmd
|
|
@unexec rmdir %D/libexec/gkrellm2/plugins-gkrellmd 2>/dev/null || true
|
|
@unexec rmdir %D/libexec/gkrellm2 2>/dev/null || true
|
|
@unexec if cmp -s %D/etc/gkrellmd.conf %D/%%EXAMPLESDIR%%/gkrellmd.conf; then rm -f %D/etc/gkrellmd.conf; fi
|
|
%%EXAMPLESDIR%%/gkrellmd.conf
|
|
@exec [ -f %D/etc/gkrellmd.conf ] || cp %B/%f %D/etc/gkrellmd.conf
|
|
@dirrm %%EXAMPLESDIR%%
|
|
@cwd %%X11BASE%%
|
|
%%CLIENT%%include/gkrellm2/gkrellm.h
|
|
%%CLIENT%%include/gkrellm2/gkrellm-public-proto.h
|
|
include/gkrellm2/gkrellmd.h
|
|
@dirrm include/gkrellm2
|
|
%%CLIENT%%man/man1/gkrellm.1.gz
|
|
%%CLIENT%%@unexec rm -f %D/man/cat1/gkrellm.1 %D/man/cat1/gkrellm.1.gz
|
|
%%CLIENT%%bin/gkrellm
|
|
%%CLIENT%%libdata/pkgconfig/gkrellm.pc
|
|
%%NLS%%share/locale/cs/LC_MESSAGES/gkrellm.mo
|
|
%%NLS%%share/locale/da/LC_MESSAGES/gkrellm.mo
|
|
%%NLS%%share/locale/de/LC_MESSAGES/gkrellm.mo
|
|
%%NLS%%share/locale/es/LC_MESSAGES/gkrellm.mo
|
|
%%NLS%%share/locale/fr/LC_MESSAGES/gkrellm.mo
|
|
%%NLS%%share/locale/it/LC_MESSAGES/gkrellm.mo
|
|
%%NLS%%share/locale/ja/LC_MESSAGES/gkrellm.mo
|
|
%%NLS%%share/locale/nl/LC_MESSAGES/gkrellm.mo
|
|
%%NLS%%share/locale/pl/LC_MESSAGES/gkrellm.mo
|
|
%%NLS%%share/locale/ru/LC_MESSAGES/gkrellm.mo
|
|
%%NLS%%share/locale/sl/LC_MESSAGES/gkrellm.mo
|
|
%%NLS%%share/locale/sv/LC_MESSAGES/gkrellm.mo
|
|
%%CLIENT%%@exec mkdir -p %D/libexec/gkrellm2/plugins
|
|
%%CLIENT%%@exec mkdir -p %D/share/gkrellm2/themes
|
|
%%CLIENT%%@unexec rmdir %D/libexec/gkrellm2/plugins 2>/dev/null || true
|
|
%%CLIENT%%@unexec rmdir %D/libexec/gkrellm2 2>/dev/null || true
|
|
%%CLIENT%%@unexec rmdir %D/share/gkrellm2/themes 2>/dev/null || true
|
|
%%CLIENT%%@unexec rmdir %D/share/gkrellm2 2>/dev/null || true
|
|
@cwd %%PREFIX%%
|