summaryrefslogtreecommitdiff
path: root/eina/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'eina/Pkgfile')
-rw-r--r--eina/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/eina/Pkgfile b/eina/Pkgfile
new file mode 100644
index 0000000..c41f848
--- /dev/null
+++ b/eina/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Data types library
+# URL: http://www.enlightenment.org/
+# Maintainer: Victor Martinez, pitillo at ono dot com
+# Depends on:
+
+name=eina
+version=1.7.5
+release=1
+source=(http://download.enlightenment.org/releases/$name-$version.tar.gz)
+
+build()
+{
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}

Generated by cgit