Skip to content

Instantly share code, notes, and snippets.

Created April 23, 2014 16:06
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/11221501 to your computer and use it in GitHub Desktop.
Save anonymous/11221501 to your computer and use it in GitHub Desktop.
Pkgfile
# Description: A compositor for X, and a fork of xcompmgr-dana
# URL: http://github.com/chjj/compton
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Danny Rawlins, monster dot romster at gmail dot com
# Depends on: libpcre dbus xorg-libx11 xorg-libxau xorg-libxcb xorg-libxcomposite xorg-libxdamage xorg-libxdmcp xorg-libxext xorg-libxfixes xorg-libxinerama xorg-libxrandr xorg-libxrender
name=compton
version=0.1_beta2
release=1
source=(https://github.com/chjj/compton/releases/download/v$version/compton-git-v$version-2013-10-21.tar.xz)
build() {
cd compton-git-v0.1_beta2-2013-10-21
#cmake -DCMAKE_INSTALL_PREFIX=$PKG/usr -DMANSUBDIR=man
make NO_LIBCONFIG="1"
make DESTDIR=$PKG install
mv $PKG/usr/share/man $PKG/usr/man
#rm -r $PKG/usr/share
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment