wmthrottle: misc autoconf fixes

This commit is contained in:
Mikhail Kolesnik 2007-04-08 21:56:13 +03:00
parent 91f0825a3f
commit 41bef1f9a3
3 changed files with 9 additions and 8 deletions

View File

@ -1,2 +1 @@
e891f740b0ab58952ebbaf05511f8de2 wmthrottle-0.1.1-acl-am.patch
79e080965f48bbfe08fc9a4d9031b1b5 wmthrottle-0.1.1.tar.bz2

View File

@ -1,18 +1,20 @@
# 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: x11
# Depends on: xorg
name=wmthrottle
version=0.1.1
release=1
source=(http://rffr.de/$name-$version.tar.bz2 \
$name-$version-acl-am.patch)
release=2
source=(http://rffr.de/$name-$version.tar.bz2)
build() {
cd $name-$version
patch -p1 -i $SRC/$name-$version-acl-am.patch
./configure --prefix=/usr --disable-nls
aclocal
automake
autoconf
./configure --prefix=/usr --disable-nls \
--mandir=/usr/man
make
make DESTDIR=$PKG install
}

View File

@ -10,4 +10,4 @@ RESOURCES
PRECAUTION
The 'make install' (from Pkgfile) will NOT suid the binary file. To allow
regular user to change throttling state do it manually.
regular user to change throttling state do it manually or use sudo.