1 # Maintainer: Chris Brannon <cmbrannon (at) cox.net>
2 # Contributor: joyfulgirl <joyfulgirl (at) archlinux.us>
3 # Contributor: Chuck Boucher <jofywyxaxukyvofa (at) tempomail.fr>
7 pkgdesc="Editor, browser, and mail client based on /bin/ed"
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")
15 cd "${srcdir}/${pkgname}-${pkgver}/src"
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
26 install -m755 ../doc/setup.ebrc "${pkgdir}/usr/bin"
28 # How much of the documentation should be installed?
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')