bittorrent: 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.038
8 release=1
9 source=(http://enlightenment.freedesktop.org/files/$name-$version.tar.gz)
10
11 build() {
12         export CFLAGS="$CFLAGS -fvisibility=hidden"
13
14         cd $name-$version
15
16         ./configure --prefix=/usr
17
18         make
19         make DESTDIR=$PKG install
20 }