# Maintainer: Luis Henrique # Mandatory pkgname=compiz-bcop pkgver=0.8.8 pkgrel=1lm source=("http://releases.compiz-fusion.org/0.8.8/compiz-bcop-0.8.8.tar.bz2") # Optional docs=("AUTHORS" "ChangeLog" "COPYING" "INSTALL" "NEWS" "README" "VERSION") url="http://www.compiz.org/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "compiz-bcop (compiz fusion plugin code generator)" "compiz-bcop is a code generator that provides an easy way to handle" "plugin options by generating parts of the plugin code directly from" "the xml metadata file. It is used for most of the Compiz Fusion" "plugins." ) build() { cd $startdir/src/$pkgname-$pkgver ./configure \ --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ --docdir=/usr/doc/$pkgname-$pkgver \ --enable-static=no \ --enable-shared=yes \ --build=$arch-slackware-linux make || return 1 make DESTDIR=$startdir/pkg install }