summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--terminology/.footprint39
-rw-r--r--terminology/.md5sum1
-rw-r--r--terminology/Pkgfile17
3 files changed, 57 insertions, 0 deletions
diff --git a/terminology/.footprint b/terminology/.footprint
new file mode 100644
index 0000000..f7a73eb
--- /dev/null
+++ b/terminology/.footprint
@@ -0,0 +1,39 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/terminology
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/terminology.desktop
+drwxr-xr-x root/root usr/share/icons/
+-rw-r--r-- root/root usr/share/icons/terminology.png
+drwxr-xr-x root/root usr/share/terminology/
+drwxr-xr-x root/root usr/share/terminology/fonts/
+-rw-r--r-- root/root usr/share/terminology/fonts/10x20.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/4x6.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/5x7.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/5x8.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/6x10.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/6x12.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/6x13.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/6x9.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/7x13.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/7x14.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/8x13.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/9x15.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/9x18.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/nexus.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/terminus-12.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/terminus-14-bold.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/terminus-14.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/terminus-16-bold.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/terminus-16.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/terminus-18-bold.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/terminus-18.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/terminus-20-bold.pcf
+-rw-r--r-- root/root usr/share/terminology/fonts/terminus-20.pcf
+drwxr-xr-x root/root usr/share/terminology/images/
+-rw-r--r-- root/root usr/share/terminology/images/terminology.png
+drwxr-xr-x root/root usr/share/terminology/themes/
+-rw-r--r-- root/root usr/share/terminology/themes/black.edj
+-rw-r--r-- root/root usr/share/terminology/themes/default.edj
+-rw-r--r-- root/root usr/share/terminology/themes/mild.edj
diff --git a/terminology/.md5sum b/terminology/.md5sum
new file mode 100644
index 0000000..bb1890e
--- /dev/null
+++ b/terminology/.md5sum
@@ -0,0 +1 @@
+61301df6b068b84e1670c85b7696f28d terminology-0.2.0.tar.gz
diff --git a/terminology/Pkgfile b/terminology/Pkgfile
new file mode 100644
index 0000000..5ef44dd
--- /dev/null
+++ b/terminology/Pkgfile
@@ -0,0 +1,17 @@
+# Description: terminal emulator
+# URL: http://www.enlightenment.org/
+# Maintainer: Victor Martinez, pitillo at ono dot com
+# Depends on: emotion elementary
+
+name=terminology
+version=0.2.0
+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