mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
Take over maintainership of packages I use in Testing to ensure they don't get dropped. I will also setup release-monitoring.org associations for them, if not already done. As before, I do not feel comfortable in community or main yet, but I think some should go there, so I might want better folks to grab some of these to move later. ``` ardour freedoom game-devices-udev gnome-latex mint-x-icons mint-y-icons onevpl-intel-gpu thermald wine-mono xdg-user-dirs-gtk xed xfce4-mailwatch-plugin xfce4-mixer ```
48 lines
1.3 KiB
Plaintext
48 lines
1.3 KiB
Plaintext
# Contributor: mellotron <mellotron@tutanota.com>
|
|
# Maintainer: Saijin-Naib <Saijin-Naib_package-maintenance@outlook.com>
|
|
pkgname=thermald
|
|
_pkgname=thermal_daemon
|
|
pkgver=2.5.4
|
|
pkgrel=1
|
|
pkgdesc="Thermal daemon for IA"
|
|
url="https://github.com/intel/thermal_daemon"
|
|
arch="x86 x86_64"
|
|
license="GPL-2.0-or-later"
|
|
makedepends="autoconf automake libtool dbus-glib-dev libxml2-dev linux-headers
|
|
autoconf-archive gtk-doc upower-dev libevdev-dev"
|
|
subpackages="$pkgname-doc $pkgname-openrc"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/intel/$_pkgname/archive/v$pkgver.tar.gz
|
|
thermald.initd
|
|
"
|
|
builddir="$srcdir/$_pkgname-$pkgver"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
./autogen.sh
|
|
}
|
|
|
|
build() {
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--disable-werror \
|
|
--localstatedir=/var
|
|
make
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
rm -rf "$pkgdir"/etc/init/ "$pkgdir"/etc/dbus-1
|
|
|
|
install -m755 -D "$srcdir"/$pkgname.initd \
|
|
"$pkgdir"/etc/init.d/$pkgname
|
|
}
|
|
|
|
sha512sums="
|
|
7e73e7860ca6df22862db5fad1d8ab75361deac9cb3631da2950b02f366febd78a93c81afe93af396c9be2a809e8be8c764b0d3183b545e051f3ec7b9d9dd078 thermald-2.5.4.tar.gz
|
|
ea8964b15fdebc2fb59e93c15b813b93691c2ba01689ac6080f1308a3063b23cba56b4539ccae87575689036f74300a1c22c9b0e77d4ecef9bc08198d7fe4892 thermald.initd
|
|
"
|