2014-01-04 14:06:38 +01:00
|
|
|
|
# Template file for 'jupp'
|
|
|
|
|
pkgname=jupp
|
2014-07-05 18:15:39 +02:00
|
|
|
|
version=3.1jupp27
|
2014-01-04 14:06:38 +01:00
|
|
|
|
revision=1
|
|
|
|
|
build_style=gnu-configure
|
|
|
|
|
configure_args="--disable-dependency-tracking --disable-termidx"
|
|
|
|
|
makedepends="ncurses-devel"
|
|
|
|
|
wrksrc="jupp"
|
|
|
|
|
conf_files="
|
|
|
|
|
/etc/joe/joerc
|
|
|
|
|
/etc/joe/rjoerc
|
|
|
|
|
/etc/joe/jpicorc
|
|
|
|
|
/etc/joe/jmacsrc
|
|
|
|
|
/etc/joe/jstarrc
|
|
|
|
|
/etc/joe/jupprc"
|
|
|
|
|
short_desc="Portable version of JOE’s Own Editor"
|
|
|
|
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
|
|
|
|
license="GPL-1"
|
|
|
|
|
homepage="https://www.mirbsd.org/jupp.htm"
|
|
|
|
|
distfiles="https://www.mirbsd.org/MirOS/dist/${pkgname}/joe-${version}.tgz"
|
2014-07-05 18:15:39 +02:00
|
|
|
|
checksum=80374fbd69c4b827ba33761c669dfcddab7222755bfb858600528bb8d6b98e6f
|
2014-01-04 14:06:38 +01:00
|
|
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
|
chmod +x configure
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
post_install() {
|
2014-07-05 18:15:39 +02:00
|
|
|
|
vlicense COPYING LICENSE
|
|
|
|
|
vdoc INFO
|
|
|
|
|
vdoc LIST
|
|
|
|
|
vdoc NEWS
|
2014-01-04 14:06:38 +01:00
|
|
|
|
}
|