Skip to content

Instantly share code, notes, and snippets.

Created November 15, 2016 19:12
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/83aaf159b49ae873b5810f835026babb to your computer and use it in GitHub Desktop.
Save anonymous/83aaf159b49ae873b5810f835026babb to your computer and use it in GitHub Desktop.
Pkgfile
# Description:
# URL:
# Maintainer:
# Packager:
# Depends on:
name=xorg-libxfont2
version=2.0.1
release=1
source=(https://www.x.org/archive/individual/lib/libXfont2-$version.tar.gz)
build() {
cd libXfont2-$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