mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
run-mailcap: remove mailcap.1
It's mailcap.5, but it's useful enough to be put in a more common package (mime-types)
This commit is contained in:
parent
d7bb6576ba
commit
f81494c5e4
1 changed files with 6 additions and 7 deletions
|
@ -1,21 +1,20 @@
|
||||||
# Template file for 'run-mailcap'
|
# Template file for 'run-mailcap'
|
||||||
pkgname=run-mailcap
|
pkgname=run-mailcap
|
||||||
version=3.70
|
version=3.70
|
||||||
revision=1
|
revision=2
|
||||||
depends="perl"
|
depends="perl mime-types"
|
||||||
short_desc="Execute programs via entries in the mailcap file"
|
short_desc="Execute programs via entries in the mailcap file"
|
||||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||||
license="custom:ad-hoc, custom:Bellcore"
|
license="Public Domain, custom:Bellcore"
|
||||||
homepage="https://packages.ubuntu.com/hirsute/mailcap"
|
homepage="https://tracker.debian.org/pkg/mailcap"
|
||||||
distfiles="${UBUNTU_SITE}/main/m/mailcap/mailcap_${version}ubuntu1.tar.xz"
|
distfiles="${DEBIAN_SITE}/main/m/mailcap/mailcap_${version}+nmu1.tar.xz"
|
||||||
checksum=a1b4ddff6781ddf6a335565b5dc3da55437a6f97d30465e4d49d21684133add2
|
checksum=fd6a08710c54262e3f3907a6a0d2f12be9a34ca083dc569e3590291e60b5290e
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
local _aliases="see edit compose print"
|
local _aliases="see edit compose print"
|
||||||
|
|
||||||
vbin run-mailcap
|
vbin run-mailcap
|
||||||
vman run-mailcap.man run-mailcap.1
|
vman run-mailcap.man run-mailcap.1
|
||||||
vman mailcap.man mailcap.1
|
|
||||||
vlicense debian/copyright
|
vlicense debian/copyright
|
||||||
cd ${DESTDIR}/usr/bin
|
cd ${DESTDIR}/usr/bin
|
||||||
for a in ${_aliases}; do
|
for a in ${_aliases}; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue