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/7738065 to your computer and use it in GitHub Desktop.
Save anonymous/7738065 to your computer and use it in GitHub Desktop.
xorg-presentproto/Pkgfile
# Description:
# URL:
# Maintainer:
# Packager:
# Depends on:
name=xorg-presentproto
version=1.0
release=1
source=(http://xorg.freedesktop.org/archive/individual/proto/presentproto-$version.tar.bz2)
build() {
cd presentproto-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -r $PKG/usr/share
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment