Package Details: hdaps-gl 0.0.7-3

Git Clone URL: https://aur.archlinux.org/hdaps-gl.git (read-only, click to copy)
Package Base: hdaps-gl
Description: ThinkPad HDAPS OpenGL monitor
Upstream URL: http://hdaps.sourceforge.net
Keywords: accelerometer test thinkpad tool
Licenses: GPL2
Submitter: None
Maintainer: Ateles
Last Packager: Ateles
Votes: 67
Popularity: 0.000000
First Submitted: 2009-01-28 12:26 (UTC)
Last Updated: 2026-01-01 18:08 (UTC)

Latest Comments

Ateles commented on 2026-01-01 15:19 (UTC) (edited on 2026-01-01 21:21 (UTC) by Ateles)

hdaps-gl installs to /usr/local/bin

Quote: "Packages should never be installed to /usr/local/" (see "Arch package guidelines")

Changing the PKGBUILD to

package() {
  cd "${srcdir}/${pkgname}-${pkgver}"
  make DESTDIR="$pkgdir" prefix=/usr install
}

seems to work (setting prefix to /usr).

Edit: I adopted the package and fixed it.

rafnov commented on 2024-04-09 19:48 (UTC) (edited on 2024-04-19 10:33 (UTC) by rafnov)

After installing with pikaur, freeglut and glu are removed, but libGLU is runtime dependency: $ hdaps-gl hdaps-gl: error while loading shared libraries: libGLU.so.1: cannot open shared object file: No such file or directory

gavinhungry commented on 2015-07-07 20:19 (UTC)

@gonX - I don't know how I missed your comment. Added in 0.0.5-4.

gonX commented on 2014-10-02 10:45 (UTC)

Please add glu to makedepends

gavinhungry commented on 2013-07-25 04:38 (UTC)

@FlorianD: fixed!

Florian commented on 2013-04-28 09:08 (UTC)

Package does not include any files anymore, as it does not conform with the pacman 4.1 standards ($startdir => $pkgdir, package()).

<deleted-account> commented on 2012-06-29 08:39 (UTC)

This won't build if we're using custom src directories. You need to replace ${startdir}/src with ${srcdir} and ${startdir}/pkg with ${pkgdir} throughout the PKGBUILD.