Skip to content

Instantly share code, notes, and snippets.

Created June 25, 2015 11:50
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/062c55d82578a436e271 to your computer and use it in GitHub Desktop.
Save anonymous/062c55d82578a436e271 to your computer and use it in GitHub Desktop.
Pkgfile
# Description:
# URL:
# Maintainer:
# Packager:
# Depends on:
name=xautolock
version=2.2
release=1
source=(http://www.ibiblio.org/pub/linux/X11/screensavers/xautolock-2.2.tgz)
build() {
cd $name-$version
xmkmf
make
make DESTDIR=$PKG install
make DESTDIR=$PKG install.man
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment