New package: t-prot-3.0
This commit is contained in:
parent
d7b66721b6
commit
42a0747054
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 't-prot'
|
||||||
|
pkgname=t-prot
|
||||||
|
version=3.0
|
||||||
|
revision=1
|
||||||
|
maintainer="Dominik Honnef <dominik@honnef.co>"
|
||||||
|
license="BSD"
|
||||||
|
depends="perl perl-Locale-gettext perl-Getopt-Long"
|
||||||
|
noarch=yes
|
||||||
|
homepage="http://www.escape.de/~tolot/mutt/"
|
||||||
|
short_desc="TOFU protection - display filter for RFC822 messages"
|
||||||
|
distfiles="http://www.escape.de/~tolot/mutt/t-prot/downloads/${pkgname}-${version}.tar.gz"
|
||||||
|
checksum=5c66f77c76091b3143d03535fee1031201dfb1fb9af7cbab713268a81919da65
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin t-prot
|
||||||
|
vman t-prot.1 man1
|
||||||
|
for i in ChangeLog README TODO; do
|
||||||
|
vdoc $i
|
||||||
|
done
|
||||||
|
vmkdir usr/share/doc/${pkgname}/contrib
|
||||||
|
for i in contrib/{mailcap.t-prot,muttrc.t-prot,nailrc.t-prot,t-prot.sl}; do
|
||||||
|
vinstall $i 644 usr/share/doc/${pkgname}/contrib
|
||||||
|
done
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue