File: yaws.ebuild

package info (click to toggle)
yaws 1.65-4etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 4,164 kB
  • ctags: 3,907
  • sloc: erlang: 20,138; sh: 3,675; makefile: 556; ansic: 404; lisp: 79
file content (25 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (2)
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
# $Header: /cvsroot/erlyaws/yaws/scripts/gentoo/yaws.ebuild,v 1.4 2003/05/04 23:22:34 klacke Exp $


DESCRIPTION="Yaws, a dynamic content, fast, erlang based webserver "
HOMEPAGE="http://yaws.hyber.org/"
SRC_URI="http://yaws.hyber.org/download/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="x86 ppc sparc alpha arm"
IUSE="ssl"

DEPEND=">=dev-lang/erlang-8b
	ssl?	( >=dev-libs/openssl-0.9.6d )"



 src_compile() {
    ./configure --prefix=/usr || die
    make || die
}

src_install() {
    make DESTDIR=${D} install || die
}