Updating sys-apps/psensor

This commit is contained in:
Suwako Moriya 2018-03-11 12:42:15 +01:00
parent d11d20f386
commit d7012a72e4

View File

@ -17,13 +17,14 @@ RDEPEND="sys-apps/lm_sensors
"
DEPEND=$RDEPEND"man? ( sys-apps/help2man )
doc? ( dev-ruby/asciidoctor )"
src_unpack() {
if [ "${A}" != "" ]; then
unpack ${A}
fi
ls -al || die
}
src_configure() {
econf \
$(use_with X x)
}
src_install() {
if [[ -f Makefile ]] || [[ -f GNUmakefile ]] || [[ -f makefile ]] ; then
emake DESTDIR="${D}" install
fi
einstalldocs
glib-compile-schemas ${D}/usr/share/glib-2.0/schemas/
}