mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-26 23:42:57 +02:00
mailx: replace s-nail
This commit is contained in:
parent
f6bb1624ae
commit
8cb59b5314
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mailx'
|
# Template file for 'mailx'
|
||||||
pkgname=mailx
|
pkgname=mailx
|
||||||
version=12.5
|
version=12.5
|
||||||
revision=3
|
revision=4
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
wrksrc="mailx-${version}"
|
wrksrc="mailx-${version}"
|
||||||
makedepends="openssl-devel mit-krb5-devel"
|
makedepends="openssl-devel mit-krb5-devel"
|
||||||
|
@ -37,6 +37,8 @@ do_install() {
|
||||||
|
|
||||||
mailx_package() {
|
mailx_package() {
|
||||||
conf_files="/etc/mail.rc"
|
conf_files="/etc/mail.rc"
|
||||||
|
provides="mail-${version}"
|
||||||
|
replaces="mail>=0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove all
|
vmove all
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue