updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / edbrowse / PKGBUILD
blobb26dfa8c6d4ea8a9201ab7ef0f7f06580910c1d8
1 # Maintainer: Chris Brannon <cmbrannon (at) cox.net>
2 # Contributor: joyfulgirl <joyfulgirl (at) archlinux.us>
3 # Contributor: Chuck Boucher <jofywyxaxukyvofa (at) tempomail.fr>
4 pkgname=edbrowse
5 pkgver=3.4.8
6 pkgrel=1
7 pkgdesc="Editor, browser, and mail client based on /bin/ed"
8 arch=('i686' 'x86_64')
9 url="http://the-brannons.com/edbrowse/"
10 depends=('js' 'openssl' 'pcre' 'curl>=7.17.0' 'readline')
11 license=('GPL' 'openssl')
12 source=("http://the-brannons.com/${pkgname}/${pkgname}-${pkgver}.zip")
14 build() {
15   cd "${srcdir}/${pkgname}-${pkgver}/src"
17   make STRIP=''
20 package() {
21   cd "${srcdir}/${pkgname}-${pkgver}/src"
23   make DESTDIR="$pkgdir" prefix=/usr install
24   # setup.ebrc is a shell script that builds a config file for you.  It's
25   # in doc/.
26   install -m755 ../doc/setup.ebrc "${pkgdir}/usr/bin"
28   # How much of the documentation should be installed?
29   cd ../doc
30   install -dm755 "$pkgdir/usr/share/doc/$pkgname"
31   install -m644 usersguide.html philosophy.html sample.ebrc "$pkgdir/usr/share/doc/edbrowse"
33 md5sums=('c5de37c7dc1e37ffd80315e10cf66f53')