contrib/wmthrottle/Pkgfile

21 lines
455 B
Plaintext
Raw Normal View History

2006-11-13 21:09:44 +01:00
# 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
2007-04-08 20:56:13 +02:00
# Depends on: xorg
2006-11-13 21:09:44 +01:00
name=wmthrottle
version=0.1.1
2007-04-08 20:56:13 +02:00
release=2
source=(http://rffr.de/$name-$version.tar.bz2)
2006-11-13 21:09:44 +01:00
build() {
cd $name-$version
2007-04-08 20:56:13 +02:00
aclocal
automake
autoconf
./configure --prefix=/usr --disable-nls \
--mandir=/usr/man
2006-11-13 21:09:44 +01:00
make
make DESTDIR=$PKG install
}