diff options
-rw-r--r-- | eet/Pkgfile | 11 | ||||
-rw-r--r-- | eina/Pkgfile | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/eet/Pkgfile b/eet/Pkgfile new file mode 100644 index 0000000..e0d1d95 --- /dev/null +++ b/eet/Pkgfile @@ -0,0 +1,11 @@ +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=(xorg-libxext xorg-libsm libungif libpng libtiff freetype eina) + +name=eet +release=1 + +includes=(enlightenment) + diff --git a/eina/Pkgfile b/eina/Pkgfile new file mode 100644 index 0000000..a0223d2 --- /dev/null +++ b/eina/Pkgfile @@ -0,0 +1,11 @@ +description="Multi-platform library that provides optimized data types and useful tools for projects." +packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)" +url=http://www.enlightenment.org +depends=(subversion) + +name=eina +release=1 + +includes=(enlightenment) + |