run-mailcap: cleaned up.
This commit is contained in:
parent
6ab6b9ba93
commit
f6547b58a0
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,7 @@
|
||||||
pkgname="run-mailcap"
|
pkgname="run-mailcap"
|
||||||
version="3.58"
|
version="3.58"
|
||||||
revision=1
|
revision=1
|
||||||
_ubuntu_revision=1
|
update_version="${version}ubuntu1"
|
||||||
update_version="${version}ubuntu${_ubuntu_revision}"
|
|
||||||
_aliases="see edit compose print"
|
|
||||||
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="Public Domain"
|
license="Public Domain"
|
||||||
|
@ -17,6 +15,8 @@ noarch=1
|
||||||
depends="perl"
|
depends="perl"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
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
|
||||||
cd ${DESTDIR}/usr/bin
|
cd ${DESTDIR}/usr/bin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue