summaryrefslogtreecommitdiff
path: root/wmthrottle/Pkgfile
blob: 3f1292e09dc2379e312c2a3716dbde14267be05e (plain)
    1 # Description: The version of wmthrottle dockapp that supports acpi/performance and Enhanced Speedstep
    2 # URL: http://rffr.de/acpi
    3 # Maintainer: Mikhail Kolesnik, mike at openbunker dot org
    4 # Depends on: xorg
    5 
    6 name=wmthrottle
    7 version=0.1.1
    8 release=2
    9 source=(http://rffr.de/$name-$version.tar.bz2)
   10 
   11 build() {
   12 	cd $name-$version
   13 	aclocal
   14 	automake
   15 	autoconf
   16 	./configure --prefix=/usr --disable-nls \
   17 				--mandir=/usr/man
   18 	make
   19 	make DESTDIR=$PKG install
   20 }

Generated by cgit