summaryrefslogtreecommitdiffstats
path: root/enlightenment/ecore/Pkgfile
blob: 629733a2ac6fef38fbdbfdecfded5f130391d6d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
description="Libraries which provide event loop functionality for E17."
url=http://www.enlightenment.org/
maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
depends=(evas)

name=ecore
release=1
includes=(enlightenment)

build()
{
cd $name
        ./autogen.sh --enable-ecore-evas --prefix=/usr ${autogen_opts[@]}
        pkgmake ${make_opts[@]}
        pkgmake ${make_opts[@]} install DESTDIR=$PKG

}