PKGBUILDs/extra/joe/PKGBUILD

67 lines
2.1 KiB
Bash
Raw Normal View History

2009-10-10 02:23:22 +00:00
# $Id: PKGBUILD 20178 2008-11-30 22:14:29Z douglas $
# Maintainer: dorphell <dorphell@archlinux.org>
# Contributor: Tom Newsom <Jeepster@gmx.co.uk>
pkgname=joe
pkgver=3.7
pkgrel=1
pkgdesc="JOE has the feel of most IBM PC text editors"
url="http://sourceforge.net/projects/joe-editor"
arch=(i686 x86_64)
license=('GPL')
depends=('glibc' 'ncurses' 'gpm')
source=(http://downloads.sourceforge.net/joe-editor/$pkgname-$pkgver.tar.gz)
backup=( etc/joe/ftyperc
etc/joe/jicerc.ru
etc/joe/jmacsrc
etc/joe/joerc
etc/joe/jpicorc
etc/joe/jstarrc
etc/joe/rjoerc
etc/joe/syntax/4gl.jsf
etc/joe/syntax/ada.jsf
etc/joe/syntax/asm.jsf
etc/joe/syntax/awk.jsf
etc/joe/syntax/c.jsf
etc/joe/syntax/cobol.jsf
etc/joe/syntax/conf.jsf
etc/joe/syntax/csh.jsf
etc/joe/syntax/css.jsf
etc/joe/syntax/diff.jsf
etc/joe/syntax/fortran.jsf
etc/joe/syntax/haskell.jsf
etc/joe/syntax/html.jsf
etc/joe/syntax/java.jsf
etc/joe/syntax/joerc.jsf
etc/joe/syntax/lisp.jsf
etc/joe/syntax/lua.jsf
etc/joe/syntax/m4.jsf
etc/joe/syntax/mail.jsf
etc/joe/syntax/mason.jsf
etc/joe/syntax/ocaml.jsf
etc/joe/syntax/pascal.jsf
etc/joe/syntax/perl.jsf
etc/joe/syntax/php.jsf
etc/joe/syntax/ps.jsf
etc/joe/syntax/python.jsf
etc/joe/syntax/rexx.jsf
etc/joe/syntax/ruby.jsf
etc/joe/syntax/sed.jsf
etc/joe/syntax/sh.jsf
etc/joe/syntax/skill.jsf
etc/joe/syntax/sml.jsf
etc/joe/syntax/sql.jsf
etc/joe/syntax/tcl.jsf
etc/joe/syntax/tex.jsf
etc/joe/syntax/troff.jsf
etc/joe/syntax/verilog.jsf
etc/joe/syntax/vhdl.jsf
etc/joe/syntax/xml.jsf)
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
make || return 1
make DESTDIR=$startdir/pkg install
}
md5sums=('66de1b073e869ba12abbfcde3885c577')