New package: jupp-3.1jupp26

This commit is contained in:
Ypnose 2014-01-04 14:06:38 +01:00
parent 4756725cd5
commit 56f1c8aebc

32
srcpkgs/jupp/template Normal file
View file

@ -0,0 +1,32 @@
# Template file for 'jupp'
pkgname=jupp
version=3.1jupp26
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 JOEs 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"
checksum=99985d6f0db5cc59ba45b30291ce6c3ef9626637f0cca039b2e03484cf5dda42
pre_configure() {
chmod +x configure
}
post_install() {
vinstall COPYING 644 usr/share/licenses/${pkgname}/LICENSE
vinstall INFO 644 usr/share/doc/${pkgname}
vinstall LIST 644 usr/share/doc/${pkgname}
vinstall NEWS 644 usr/share/doc/${pkgname}
}