edje: initial release
[crux-ports.git] / edje / Pkgfile
1 # Description: Graphical layout and animation library
2 # URL: http://enlightenment.org
3 # Maintainer: Tilman Sauerbeck, tilman at crux dot nu
4 # Depends on: embryo, ecore
5
6 name=edje
7 version=0.5.0.037
8 release=1
9 source=(http://enlightenment.freedesktop.org/files/$name-$version.tar.gz)
10
11 build() {
12         cd $name-$version
13
14         ./configure --prefix=/usr
15
16         make
17         make DESTDIR=$PKG install
18 }