mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
network/mpop: Updated for version 1.2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
cf6b9d3707
commit
1ad6bdc59c
2 changed files with 6 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mpop
|
||||
VERSION=${VERSION:-1.2.2}
|
||||
VERSION=${VERSION:-1.2.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -78,6 +78,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--localstatedir=/var \
|
||||
--infodir=/usr/info \
|
||||
--mandir=/usr/man \
|
||||
--with-libgsasl \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make || exit 1
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="mpop"
|
||||
VERSION="1.2.2"
|
||||
VERSION="1.2.5"
|
||||
HOMEPAGE="http://mpop.sourceforge.net/"
|
||||
DOWNLOAD="http://download.sourceforge.net/mpop/mpop-1.2.2.tar.xz"
|
||||
MD5SUM="4ff3088fcbc94c70c66d6002435bfe9c"
|
||||
DOWNLOAD="http://download.sourceforge.net/mpop/mpop-1.2.5.tar.xz"
|
||||
MD5SUM="698654c7dd76047933c3f1f4caa0cdfb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="libgsasl"
|
||||
MAINTAINER="Marek Buras"
|
||||
EMAIL="cyfr0n@onet.pl"
|
||||
|
|
Loading…
Reference in a new issue