[arch-commits] Commit in thermald/repos (2 files)
Frederik Schwan
freswa at archlinux.org
Thu May 6 13:14:18 UTC 2021
Date: Thursday, May 6, 2021 @ 13:14:18
Author: freswa
Revision: 928457
archrelease: copy trunk to community-testing-x86_64
Added:
thermald/repos/community-testing-x86_64/
thermald/repos/community-testing-x86_64/PKGBUILD
(from rev 928456, thermald/trunk/PKGBUILD)
----------+
PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
1 file changed, 34 insertions(+)
Copied: thermald/repos/community-testing-x86_64/PKGBUILD (from rev 928456, thermald/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD (rev 0)
+++ community-testing-x86_64/PKGBUILD 2021-05-06 13:14:18 UTC (rev 928457)
@@ -0,0 +1,34 @@
+# Maintainer: Frederik Schwan <freswa at archlinux dot org>
+# Contributor:Francois Menning <f.menning at pm.me>
+# Contributor: gilbus <aur(AT)tinkershell.eu>
+# Contributor: Bruno Pagani <archange at archlinux.org>
+
+pkgname=thermald
+_pkgname=thermal_daemon
+pkgver=2.4.4
+pkgrel=2
+pkgdesc='The Linux Thermal Daemon program from 01.org'
+arch=('x86_64')
+url='https://01.org/linux-thermal-daemon'
+license=('GPL2')
+depends=('dbus-glib' 'libxml2' 'libevdev' 'upower')
+makedepends=('autoconf-archive' 'python' 'gtk-doc')
+source=("https://github.com/intel/thermal_daemon/archive/v${pkgver}/${_pkgname}-${pkgver}.tar.gz")
+b2sums=('26ca1af1693a5f67c327a97784a06f86f7debc87a5ba928de2edf1b16f92d4b39771e8df4bbdc2d1dd314c60f837c5c550bb7b7854bce4d4647a096653ac2931')
+
+build() {
+ cd ${_pkgname}-${pkgver}
+ ./autogen.sh
+ ./configure \
+ --prefix=/usr \
+ --sysconfdir=/etc \
+ --with-dbus-sys-dir=/usr/share/dbus-1/system.d \
+ --localstatedir=/var \
+ --sbindir=/usr/bin
+ make
+}
+
+package() {
+ cd ${_pkgname}-${pkgver}
+ DESTDIR="${pkgdir}" make install
+}
More information about the arch-commits
mailing list