Skip to content

Instantly share code, notes, and snippets.

@bbidulock
Created May 19, 2014 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbidulock/e0dca0a50ca0f5d37bd1 to your computer and use it in GitHub Desktop.
Save bbidulock/e0dca0a50ca0f5d37bd1 to your computer and use it in GitHub Desktop.
# Maintainer: SanskritFritz (gmail)
# Contributor: Brian Bidulock <bidulock@openss7.org>
pkgname=wmgtemp
pkgver=1.1
pkgrel=3
pkgdesc="Dockapp to graphically display CPU and SYS temperatures."
url="http://fluxcode.net/projects/wmgtemp"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('libxpm' 'lm_sensors')
source=("http://fluxcode.net/files/wmgtemp-1.1.tar.gz")
build() {
cd "$srcdir/$pkgname-$pkgver"
sed -i "/MANINSTDIR=/d" Makefile
make PREFIX="/usr"
}
package() {
cd "$srcdir/$pkgname-$pkgver"
install -d "$pkgdir/usr/bin"
make INSTDIR="$pkgdir/usr/bin" MANINSTDIR="$pkgdir/usr/share/man/man1" install
}
md5sums=('cce700b3a4ef74b2ec019d8e89bdf2f6')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment