edbrowse: update to 3.6.0.
This commit is contained in:
parent
f8add4c0e8
commit
565ad3a252
1 changed files with 10 additions and 14 deletions
|
@ -1,28 +1,24 @@
|
||||||
# Template file for 'edbrowse'
|
# Template file for 'edbrowse'
|
||||||
pkgname=edbrowse
|
pkgname=edbrowse
|
||||||
version=3.5.4.2
|
version=3.6.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="unzip pkg-config"
|
hostmakedepends="cmake pkg-config perl"
|
||||||
makedepends="mozjs24-devel libressl-devel pcre-devel libcurl-devel readline-devel"
|
build_style="cmake"
|
||||||
short_desc="Line-oriented text editor and web browser similar to ed(1)"
|
makedepends="mozjs24-devel libressl-devel pcre-devel libcurl-devel
|
||||||
|
readline-devel libtidy5-devel"
|
||||||
|
short_desc="Line-oriented text editor, web browser and mail client similar to ed(1)"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="http://edbrowse.org/"
|
homepage="http://edbrowse.org/"
|
||||||
distfiles="http://edbrowse.org/${pkgname}-${version}.zip"
|
distfiles="https://github.com/CMB/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=0c14da87ca1b6adb0ddc7b51e8d5392a58d9a8c2ae636385f38e7c6a4622551d
|
checksum=990c6ed7e5652b0345b62b3cea49a9472337d3eed6d9a79f722eb741b291d2ef
|
||||||
|
|
||||||
do_build() {
|
|
||||||
make ${makejobs} -C src JS_CXXFLAGS="-I${XBPS_CROSS_BASE}/usr/include/mozjs-24"
|
|
||||||
}
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin src/edbrowse
|
vbin build/edbrowse
|
||||||
vbin src/edbrowse-js
|
vbin build/edbrowse-js
|
||||||
vbin doc/setup.ebrc
|
|
||||||
vsconf doc/sample.ebrc
|
vsconf doc/sample.ebrc
|
||||||
vman doc/man-edbrowse-debian.1 edbrowse.1
|
vman doc/man-edbrowse-debian.1 edbrowse.1
|
||||||
vdoc doc/usersguide.html
|
vdoc doc/usersguide.html
|
||||||
vdoc doc/philosophy.html
|
|
||||||
vdoc README
|
vdoc README
|
||||||
vdoc CHANGES
|
vdoc CHANGES
|
||||||
vlicense COPYING
|
vlicense COPYING
|
||||||
|
|
Loading…
Reference in a new issue