blob: 522b8536b233011cd3a0c5810a3c042b452eb47f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
description="Tiny library designed to write an arbitary set of chunks of data to a file."
packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
url=http://www.enlightenment.org
depends=(eina)
if $Crux; then
depends=(${depends[@]} xorg-libxext xorg-libsm libungif libpng libtiff freetype)
else
depends=(${depends[@]} libxext libsm libungif libpng libtiff freetype)
fi
name=eet
release=1
includes=(enlightenment)
|