Skip to content

Instantly share code, notes, and snippets.

Created January 21, 2014 17:48
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/8544648 to your computer and use it in GitHub Desktop.
Save anonymous/8544648 to your computer and use it in GitHub Desktop.
Pkgfile
# Description:
# URL:
# Maintainer:
# Packager:
# Depends on:
name=joe
version=3.7
release=1
source=(http://prdownloads.sourceforge.net/joe-editor/joe-3.7.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install
rm -r $PKG/usr/man/ru
rm -r $PKG/usr/share/doc
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment