summaryrefslogtreecommitdiff
path: root/embryo/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'embryo/Pkgfile')
-rw-r--r--embryo/Pkgfile17
1 files changed, 17 insertions, 0 deletions
diff --git a/embryo/Pkgfile b/embryo/Pkgfile
new file mode 100644
index 0000000..90a650a
--- /dev/null
+++ b/embryo/Pkgfile
@@ -0,0 +1,17 @@
+# Description: Virtual machine and compiler based on Small for use with E17.
+# URL: http://www.enlightenment.org/
+# Maintainer: Victor Martinez, pitillo at ono dot com
+# Depends on: eio
+
+name=embryo
+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