#Maintainer: Dimitris Jemos #Mandatory pkgname=compizconfig-backend-kconfig4 pkgver=0.8.4 pkgrel=1dj arch=i486 source=("http://releases.compiz-fusion.org/0.8.4/$pkgname-$pkgver.tar.gz") #sourcetemplate= docs=("AUTHORS" "COPYING" "ChangeLog" "INSTALL" "NEWS" "README" "VERSION") url="www.compiz.org" #dotnew=() #CFLAGS= #CXXFLAGS= #options=('noextract') #doinst() { # #} slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "compizconfig-backend-kconfig4 (kconfig backend for Compiz Fusion)" "The kconfig4 backend for CompizConfig. It uses the KDE4 configuration" "system to store the compiz configuration and provides integration" "into the KDE desktop environment." ) build() { cd $startdir/src/$pkgname-$pkgver mkdir -p build cd build cmake \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DMAN_INSTALL_DIR=/usr/man \ -DCMAKE_BUILD_TYPE=Release .. make VERBOSE=1 || return 1 make install DESTDIR=$startdir/pkg || return 1 cd .. }