summaryrefslogtreecommitdiff
blob: b701abb233c9c1799b62bfb9f333c64dbe1a8b8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/autorespond/autorespond-2.0.4.ebuild,v 1.4 2004/02/22 16:10:57 agriffis Exp $

S=${WORKDIR}/${P}
DESCRIPTION="Autoresponder add on package for qmailadmin"
DEBIAN_PV="1"
DEBIAN_P="${P/-/_}-${DEBIAN_PV}"
SRC_URI="mirror://sourceforge/qmailadmin/${P}.tar.gz
		 mirror://debian/pool/contrib/${PN:0:1}/${PN}/${DEBIAN_P}.diff.gz"
HOMEPAGE="http://inter7.com/devel/"
KEYWORDS="~x86 ~alpha ~hppa ia64 ~mips ~ppc ~sparc amd64"
LICENSE="GPL-2"
SLOT="0"
RDEPEND="net-mail/qmail"
DEPEND="sys-devel/gcc virtual/glibc"

src_unpack() {
	unpack ${P}.tar.gz
	epatch ${DISTDIR}/${DEBIAN_P}.diff.gz
}

src_compile() {
	emake CFLAGS="${CFLAGS}" || die
}

src_install () {
	into /var/qmail
	dobin autorespond
	into /usr
	dodoc README help_message qmail-auto ChangeLog
	doman *.1
}