Skip to content

Instantly share code, notes, and snippets.

Created December 7, 2015 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/aac956a278a661ffc901 to your computer and use it in GitHub Desktop.
Save anonymous/aac956a278a661ffc901 to your computer and use it in GitHub Desktop.
/usr/ports/local/compizconfig-python/Pkgfile
# Description: CompizConfig python support
# URL: http://www.compiz.org/
# Packager: Matt Housh, jaeger at morpheus dot net
# Maintainer: James Mills, prologic at shortcircuit dot net dot au
#
# Depends on: libcompizconfig pyrex startup-notification
name=compizconfig-python
version=0.8.4
release=2
source=(http://releases.compiz.org/$version/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment