forked from ports/contrib
21 lines
455 B
Plaintext
21 lines
455 B
Plaintext
# Description: The version of wmthrottle dockapp that supports acpi/performance and Enhanced Speedstep
|
|
# URL: http://rffr.de/acpi
|
|
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
|
|
# Depends on: xorg
|
|
|
|
name=wmthrottle
|
|
version=0.1.1
|
|
release=2
|
|
source=(http://rffr.de/$name-$version.tar.bz2)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
aclocal
|
|
automake
|
|
autoconf
|
|
./configure --prefix=/usr --disable-nls \
|
|
--mandir=/usr/man
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|