jupp: update to 3.1jupp27
This commit is contained in:
parent
0023cc1159
commit
e809c91529
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'jupp'
|
# Template file for 'jupp'
|
||||||
pkgname=jupp
|
pkgname=jupp
|
||||||
version=3.1jupp26
|
version=3.1jupp27
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-dependency-tracking --disable-termidx"
|
configure_args="--disable-dependency-tracking --disable-termidx"
|
||||||
|
@ -18,15 +18,15 @@ maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
license="GPL-1"
|
license="GPL-1"
|
||||||
homepage="https://www.mirbsd.org/jupp.htm"
|
homepage="https://www.mirbsd.org/jupp.htm"
|
||||||
distfiles="https://www.mirbsd.org/MirOS/dist/${pkgname}/joe-${version}.tgz"
|
distfiles="https://www.mirbsd.org/MirOS/dist/${pkgname}/joe-${version}.tgz"
|
||||||
checksum=99985d6f0db5cc59ba45b30291ce6c3ef9626637f0cca039b2e03484cf5dda42
|
checksum=80374fbd69c4b827ba33761c669dfcddab7222755bfb858600528bb8d6b98e6f
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall COPYING 644 usr/share/licenses/${pkgname}/LICENSE
|
vlicense COPYING LICENSE
|
||||||
vinstall INFO 644 usr/share/doc/${pkgname}
|
vdoc INFO
|
||||||
vinstall LIST 644 usr/share/doc/${pkgname}
|
vdoc LIST
|
||||||
vinstall NEWS 644 usr/share/doc/${pkgname}
|
vdoc NEWS
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue