wok rev 21674

updated perdition, perdition-dev and perdition-pam (2.1 -> 2.2)
author Hans-G?nter Theisgen
date Sat Jun 01 16:43:31 2019 +0100 (2019-06-01)
parents 2f1060dc67fe
children 747cf3358771
files perdition-dev/receipt perdition-pam/receipt perdition/receipt
line diff
     1.1 --- a/perdition-dev/receipt	Sat Jun 01 16:02:43 2019 +0100
     1.2 +++ b/perdition-dev/receipt	Sat Jun 01 16:43:31 2019 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="perdition-dev"
     1.7 -VERSION="2.1"
     1.8 +VERSION="2.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="IMAP/POP proxy development files."
    1.11 +SHORT_DESC="Fully featured POP3 and IMAP4 proxy server - development files."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14  WEB_SITE="http://www.vergenet.net/linux/perdition"
    1.15 -WANTED="perdition"
    1.16  
    1.17  DEPENDS="perdition"
    1.18 +WANTED="perdition"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
     2.1 --- a/perdition-pam/receipt	Sat Jun 01 16:02:43 2019 +0100
     2.2 +++ b/perdition-pam/receipt	Sat Jun 01 16:43:31 2019 +0100
     2.3 @@ -1,32 +1,42 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="perdition-pam"
     2.7 -VERSION="2.1"
     2.8 +VERSION="2.2"
     2.9  CATEGORY="network"
    2.10 -SHORT_DESC="IMAP/POP proxy."
    2.11 +SHORT_DESC="Fully featured POP3 and IMAP4 proxy server."
    2.12  MAINTAINER="pascal.bellard@slitaz.org"
    2.13  LICENSE="GPL2"
    2.14 +WEB_SITE="http://www.vergenet.net/linux/perdition"
    2.15 +
    2.16  SOURCE="perdition"
    2.17  TARBALL="$SOURCE-$VERSION.tar.gz"
    2.18 -WEB_SITE="http://www.vergenet.net/linux/$SOURCE"
    2.19  WGET_URL="$WEB_SITE/download/$VERSION/$TARBALL"
    2.20 +
    2.21 +PROVIDE="perdition:pam"
    2.22 +DEPENDS="vanessa_logger vanessa_adt vanessa_socket libldap openssl cyrus-sasl \
    2.23 +	pam glibc-base libkrb5 libcomerr3 gdbm"
    2.24 +BUILD_DEPENDS="vanessa_logger-dev vanessa_adt-dev vanessa_socket-dev \
    2.25 +	openldap-dev pam pam-dev popt-dev cyrus-sasl-dev openssl-dev libidn-dev"
    2.26  CONFIG_FILES="/etc/perdition"
    2.27 -PROVIDE="perdition:pam"
    2.28 -
    2.29 -DEPENDS="vanessa_logger vanessa_adt vanessa_socket libldap openssl cyrus-sasl \
    2.30 -pam glibc-base libkrb5 libcomerr3 gdbm"
    2.31 -BUILD_DEPENDS="vanessa_logger-dev vanessa_adt-dev vanessa_socket-dev \
    2.32 -openldap-dev pam pam-dev popt-dev cyrus-sasl-dev openssl-dev libidn-dev"
    2.33  
    2.34  # Rules to configure and make the package.
    2.35  compile_rules()
    2.36  {
    2.37 -	./configure --prefix=/usr --infodir=/usr/share/info \
    2.38 -		--disable-ldap-doc --disable-nis \
    2.39 -		--disable-odbc --disable-mysql --disable-pg --disable-bdb \
    2.40 -		--disable-cdb --disable-gdbm \
    2.41 -		--sysconfdir=/etc --localstatedir=/var \
    2.42 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    2.43 +	./configure				\
    2.44 +		--prefix=/usr			\
    2.45 +		--infodir=/usr/share/info	\
    2.46 +		--disable-ldap-doc		\
    2.47 +		--disable-nis			\
    2.48 +		--disable-odbc			\
    2.49 +		--disable-mysql			\
    2.50 +		--disable-pg			\
    2.51 +		--disable-bdb			\
    2.52 +		--disable-cdb			\
    2.53 +		--disable-gdbm			\
    2.54 +		--sysconfdir=/etc		\
    2.55 +		--localstatedir=/var		\
    2.56 +		--mandir=/usr/share/man		\
    2.57 +		$CONFIGURE_ARGS &&
    2.58  	make &&
    2.59  	make DESTDIR=$DESTDIR install
    2.60  }
    2.61 @@ -34,16 +44,21 @@
    2.62  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.63  genpkg_rules()
    2.64  {
    2.65 -	mkdir -p $fs/usr/lib $fs/etc/openldap/schema
    2.66 -	cp -a $install/etc $fs
    2.67 +	mkdir -p $fs/usr/lib
    2.68 +	mkdir -p $fs/etc/openldap/schema
    2.69 +
    2.70 +	cp -a $install/etc		$fs
    2.71  	rm -f $fs/etc/perdition/perdition.conf
    2.72 -	cp -a ../$SOURCE/stuff/etc $fs
    2.73 -	cp -a $install/usr/sbin $fs/usr
    2.74 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.75 +
    2.76 +	cp -a ../$SOURCE/stuff/etc	$fs
    2.77 +	cp -a $install/usr/sbin		$fs/usr
    2.78 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.79 +
    2.80  	for i in pop3 pop3s imap4 imap4s imaps; do
    2.81  		mkdir -p $fs/var/run/perdition.$i
    2.82  	done
    2.83 -	cp $src/perdition/db/ldap/perdition.schema $fs/etc/openldap/schema
    2.84 +	cp $src/perdition/db/ldap/perdition.schema \
    2.85 +		$fs/etc/openldap/schema
    2.86  }
    2.87  
    2.88  # Pre and post install commands for Tazpkg.
     3.1 --- a/perdition/receipt	Sat Jun 01 16:02:43 2019 +0100
     3.2 +++ b/perdition/receipt	Sat Jun 01 16:43:31 2019 +0100
     3.3 @@ -1,31 +1,42 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="perdition"
     3.7 -VERSION="2.1"
     3.8 +VERSION="2.2"
     3.9  CATEGORY="network"
    3.10 -SHORT_DESC="IMAP/POP proxy."
    3.11 +SHORT_DESC="Fully featured POP3 and IMAP4 proxy server."
    3.12  MAINTAINER="pascal.bellard@slitaz.org"
    3.13  LICENSE="GPL2"
    3.14 +WEB_SITE="http://www.vergenet.net/linux/$PACKAGE"
    3.15 +
    3.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    3.17 -WEB_SITE="http://www.vergenet.net/linux/$PACKAGE"
    3.18  WGET_URL="$WEB_SITE/download/$VERSION/$TARBALL"
    3.19 +
    3.20 +DEPENDS="vanessa_logger vanessa_adt vanessa_socket libldap openssl cyrus-sasl \
    3.21 +	glibc-base libkrb5 libcomerr3 gdbm"
    3.22 +BUILD_DEPENDS="vanessa_logger-dev vanessa_adt-dev vanessa_socket-dev \
    3.23 +	openldap-dev popt-dev cyrus-sasl-dev openssl-dev libidn-dev"
    3.24  CONFIG_FILES="/etc/perdition"
    3.25  BUGS="Very slow: more than 10 seconds for login with squirrelmail, why ?"
    3.26  
    3.27 -DEPENDS="vanessa_logger vanessa_adt vanessa_socket libldap openssl cyrus-sasl \
    3.28 - glibc-base libkrb5 libcomerr3 gdbm"
    3.29 -BUILD_DEPENDS="vanessa_logger-dev vanessa_adt-dev vanessa_socket-dev \
    3.30 -openldap-dev popt-dev cyrus-sasl-dev openssl-dev libidn-dev"
    3.31 -
    3.32  # Rules to configure and make the package.
    3.33  compile_rules()
    3.34  {
    3.35 -	./configure --prefix=/usr --infodir=/usr/share/info \
    3.36 -		--disable-ldap-doc --disable-nis \
    3.37 -		--disable-odbc --disable-mysql --disable-pg --disable-bdb \
    3.38 -		--disable-cdb --disable-gdbm --disable-pam \
    3.39 -		--sysconfdir=/etc --localstatedir=/var \
    3.40 -		--mandir=/usr/share/man $CONFIGURE_ARGS &&
    3.41 +	./configure				\
    3.42 +		--prefix=/usr			\
    3.43 +		--infodir=/usr/share/info	\
    3.44 +		--disable-ldap-doc		\
    3.45 +		--disable-nis			\
    3.46 +		--disable-odbc			\
    3.47 +		--disable-mysql			\
    3.48 +		--disable-pg			\
    3.49 +		--disable-bdb			\
    3.50 +		--disable-cdb			\
    3.51 +		--disable-gdbm			\
    3.52 +		--disable-pam			\
    3.53 +		--sysconfdir=/etc		\
    3.54 +		--localstatedir=/var		\
    3.55 +		--mandir=/usr/share/man		\
    3.56 +		$CONFIGURE_ARGS &&
    3.57  	make &&
    3.58  	make DESTDIR=$DESTDIR install
    3.59  }
    3.60 @@ -33,16 +44,20 @@
    3.61  # Rules to gen a SliTaz package suitable for Tazpkg.
    3.62  genpkg_rules()
    3.63  {
    3.64 -	mkdir -p $fs/usr/lib $fs/etc/openldap/schema
    3.65 -	cp -a $install/etc $fs
    3.66 +	mkdir -p $fs/usr/lib
    3.67 +	mkdir -p $fs/etc/openldap/schema
    3.68 +
    3.69 +	cp -a $install/etc		$fs
    3.70  	rm -f $fs/etc/perdition/perdition.conf
    3.71 -	cp -a $stuff/etc $fs
    3.72 -	cp -a $install/usr/sbin $fs/usr
    3.73 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    3.74 +
    3.75 +	cp -a $stuff/etc		$fs
    3.76 +	cp -a $install/usr/sbin		$fs/usr
    3.77 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    3.78  	for i in pop3 pop3s imap4 imap4s imaps; do
    3.79  		mkdir -p $fs/var/run/perdition.$i
    3.80  	done
    3.81 -	cp $src/perdition/db/ldap/perdition.schema $fs/etc/openldap/schema
    3.82 +	cp $src/perdition/db/ldap/perdition.schema \
    3.83 +		$fs/etc/openldap/schema
    3.84  }
    3.85  
    3.86  # Pre and post install commands for Tazpkg.