summaryrefslogtreecommitdiffstats
path: root/enlightenment/ecore/Pkgfile
diff options
context:
space:
mode:
authorLukc <lukc@upyum.com>2010-09-04 13:01:40 +0000
committerLukc <lukc@upyum.com>2010-09-04 13:01:40 +0000
commit5522f4b62e28a8569ba0f83d4ac777e170331b9c (patch)
treeaf45d9b37dd83d5d36253b485dfb640a5472b975 /enlightenment/ecore/Pkgfile
parentcc1ea6f5e84793cc6635ab1e9fe6cdcb487e5b44 (diff)
downloadports-5522f4b62e28a8569ba0f83d4ac777e170331b9c.tar.gz
ports-5522f4b62e28a8569ba0f83d4ac777e170331b9c.tar.bz2
ports-5522f4b62e28a8569ba0f83d4ac777e170331b9c.tar.xz
ports-5522f4b62e28a8569ba0f83d4ac777e170331b9c.zip
Revert "Enlightenment added"
Reason: This is another repository, not a port. This reverts commit 5235aaa55be8516f3c78b5014930d6830614ee00.
Diffstat (limited to 'enlightenment/ecore/Pkgfile')
-rw-r--r--enlightenment/ecore/Pkgfile20
1 files changed, 0 insertions, 20 deletions
diff --git a/enlightenment/ecore/Pkgfile b/enlightenment/ecore/Pkgfile
deleted file mode 100644
index 629733a..0000000
--- a/enlightenment/ecore/Pkgfile
+++ /dev/null
@@ -1,20 +0,0 @@
-description="Libraries which provide event loop functionality for E17."
-url=http://www.enlightenment.org/
-maintainer="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
-packager="Lukc (XMPP/SMTP: lukc AT upyum DOT com)"
-depends=(evas)
-
-name=ecore
-release=1
-includes=(enlightenment)
-
-build()
-{
-cd $name
- ./autogen.sh --enable-ecore-evas --prefix=/usr ${autogen_opts[@]}
- pkgmake ${make_opts[@]}
- pkgmake ${make_opts[@]} install DESTDIR=$PKG
-
-}
-
-