b328c9a58a45543695a38793c4506f36f6b35f1a
Bernd Wurst cosmetic changes

Bernd Wurst authored 17 years ago

1) # Copyright 1999-2007 Gentoo Foundation
Lars Strojny A keks * initial commit

Lars Strojny authored 17 years ago

2) # Distributed under the terms of the GNU General Public License v2
3) # $Header: $
4) 
Bernd Wurst cosmetic changes

Bernd Wurst authored 17 years ago

5) inherit distutils
6) 
Lars Strojny A keks * initial commit

Lars Strojny authored 17 years ago

7) DESCRIPTION="Python-framework for Courier-MTA's courierfilter"
8) HOMEPAGE="http://phantom.dragonsdawn.net/~gordon/courier-patches/courier-pythonfilter/"
9) SRC_URI="http://phantom.dragonsdawn.net/~gordon/courier-patches/courier-pythonfilter/${P}.tar.gz"
10) 
11) LICENSE="GPL-2"
12) SLOT="0"
13) KEYWORDS="~amd64"
14) IUSE=""
15) 
Bernd Wurst cosmetic changes

Bernd Wurst authored 17 years ago

16) DEPEND="mail-mta/courier
17) 	dev-lang/python"
Lars Strojny A keks * initial commit

Lars Strojny authored 17 years ago

18) 
19) src_install() {
20) 	distutils_src_install
21) 
Bernd Wurst cosmetic changes

Bernd Wurst authored 17 years ago

22) 	dokeepdir /var/state/pythonfilter
Lars Strojny A keks * initial commit

Lars Strojny authored 17 years ago

23) 	chown daemon:daemon ${D}/var/state/pythonfilter
Bernd Wurst cosmetic changes

Bernd Wurst authored 17 years ago

24)