Magellan Linux

Annotation of /trunk/core/mail-base-files/mail-base-files-0.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 274 - (hide annotations) (download)
Thu Nov 20 12:10:41 2008 UTC (15 years, 7 months ago) by niro
File size: 1135 byte(s)
-rev bump to 0.1-r3
1 niro 274 # $Header: /magellan-cvs/smage/mail-base-files/mail-base-files-0.1-r2.smage2,v 1.1 2008/02/11 23:08:58 niro Exp $
2    
3     PNAME="mail-base-files"
4     PVER="0.1"
5     PBUILD="r3"
6    
7     PCATEGORIE="net-mail"
8     STATE="unstable"
9    
10     DESCRIPTION="Basic mail dirs and files for Magellan-Linux."
11     HOMEPAGE="http://www.magellan-linux.de/"
12    
13     DEPEND=""
14    
15     SRCFILE=""
16     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
17    
18     sminclude mtools
19    
20     SRC_URI=(
21     mirror://${PNAME}/aliases
22     mirror://${PNAME}/mailcap
23     mirror://${PNAME}/mail-common.pam
24     )
25    
26     src_install()
27     {
28     install -d ${SRCDIR}
29     cd ${SRCDIR}
30    
31     # needed directories and symlinks
32     minstalldir /var/spool/mail || die
33     mchown root:mail /var/spool/mail || die
34     mlink /var/spool/mail /var/mail || die
35    
36     # basic mailcaps and aliases
37     minstalldir /etc/mail || die
38     minstalletc aliases aliases /etc/mail || die
39     minstalletc mailcap || die
40    
41     # pam configuration files
42     minstallpam mail-common.pam pop
43     minstallpam mail-common.pam pops
44    
45     minstallpam mail-common.pam pop3
46     minstallpam mail-common.pam pop3s
47    
48     minstallpam mail-common.pam imap
49     minstallpam mail-common.pam imaps
50    
51     minstallpam mail-common.pam imap4
52     minstallpam mail-common.pam pops4s
53     }

Properties

Name Value
svn:keywords Id