# Maintainer: Luis Henrique # Mandatory pkgname=compizconfig-python pkgver=0.8.4 pkgrel=1lm source=("http://releases.compiz-fusion.org/0.8.4/compizconfig-python-0.8.4.tar.bz2") # Optional docs=("AUTHORS" "ChangeLog" "COPYING" "INSTALL" "LICENSE" "NEWS" "README" "TODO" "VERSION") url="http://www.compiz.org/" slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "compizconfig-python (compizconfig python bindings)" "Python bindings for the compizconfig library." ) 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 }