# Description: Control your monitor by software using the DDC/CI protocol. # URL: http://ddccontrol.sourceforge.net/ # Maintainer: Fredrik Rinnestam, fredrik at obra dot se # Depends on: ddccontrol-db # Nice to have: gtk name=ddccontrol version=0.4.2 release=1 source=(http://downloads.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2) build() { cd $name-$version ./configure --prefix=/usr \ --mandir=/usr/man \ --disable-nls make make DESTDIR=$PKG install }