Skip to content

Instantly share code, notes, and snippets.

Created December 1, 2013 17:38
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/7738068 to your computer and use it in GitHub Desktop.
Save anonymous/7738068 to your computer and use it in GitHub Desktop.
xorg-libxshmfence/Pkgfile
# Description:
# URL:
# Maintainer:
# Packager:
# Depends on:
name=xorg-libxshmfence
version=1.1
release=1
source=(http://xorg.freedesktop.org/archive/individual/lib/libxshmfence-$version.tar.bz2)
build() {
cd libxshmfence-$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