mirror of
https://notabug.org/Sages-of-Gensokyo/gensokyo_kappa-overlay
synced 2025-01-18 19:21:13 +01:00
Updating sys-apps/psensor
This commit is contained in:
parent
d11d20f386
commit
d7012a72e4
@ -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/
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user