t-prot: ship license
This commit is contained in:
parent
7c6deb8746
commit
f344b34a16
|
@ -1,25 +1,22 @@
|
||||||
# Template file for 't-prot'
|
# Template file for 't-prot'
|
||||||
pkgname=t-prot
|
pkgname=t-prot
|
||||||
version=3.4
|
version=3.4
|
||||||
revision=2
|
revision=3
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
||||||
license="BSD"
|
|
||||||
depends="perl perl-Locale-gettext"
|
depends="perl perl-Locale-gettext"
|
||||||
archs=noarch
|
|
||||||
homepage="http://www.escape.de/~tolot/mutt/"
|
|
||||||
short_desc="TOFU protection - display filter for RFC822 messages"
|
short_desc="TOFU protection - display filter for RFC822 messages"
|
||||||
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
|
license="BSD-4-Clause"
|
||||||
|
homepage="http://www.escape.de/~tolot/mutt/"
|
||||||
distfiles="http://www.escape.de/~tolot/mutt/t-prot/downloads/${pkgname}-${version}.tar.gz"
|
distfiles="http://www.escape.de/~tolot/mutt/t-prot/downloads/${pkgname}-${version}.tar.gz"
|
||||||
checksum=39b7a5f0fefdea87885f3b6ab041e7148c600fb50017c3a283231f6dde5eca2b
|
checksum=39b7a5f0fefdea87885f3b6ab041e7148c600fb50017c3a283231f6dde5eca2b
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin t-prot
|
vbin t-prot
|
||||||
vman t-prot.1
|
vman t-prot.1
|
||||||
for i in ChangeLog README TODO; do
|
|
||||||
vdoc $i
|
|
||||||
done
|
|
||||||
vmkdir usr/share/doc/${pkgname}/contrib
|
vmkdir usr/share/doc/${pkgname}/contrib
|
||||||
for i in contrib/{mailcap.t-prot,muttrc.t-prot,nailrc.t-prot,t-prot.sl}; do
|
for i in mailcap.t-prot muttrc.t-prot nailrc.t-prot t-prot.sl; do
|
||||||
vinstall $i 644 usr/share/doc/${pkgname}/contrib
|
vinstall contrib/$i 644 usr/share/doc/${pkgname}/contrib
|
||||||
done
|
done
|
||||||
|
sed -n '/^Copyright/,/SUCH DAMAGE/{s/^[.]PP$//;p}' t-prot.1 >LICENSE
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue