raster pushed a commit to branch master.

commit 538969e405c8a576e8cffceb9946e181faff3e06
Author: Carsten Haitzler (Rasterman) <[email protected]>
Date:   Fri Jun 7 20:59:18 2013 +0900

    add pkgbuild for terminology
---
 .gitignore           |  4 ++++
 configure.ac         |  6 ++----
 pkgbuild/PKGBUILD.in | 35 +++++++++++++++++++++++++++++++++++
 3 files changed, 41 insertions(+), 4 deletions(-)

diff --git a/.gitignore b/.gitignore
index 0aca843..eeaf0b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,3 +61,7 @@
 /src/bin/*_generated.h
 /man/Makefile
 /man/Makefile.in
+pkgbuild/PKGBUILD
+pkgbuild/pkg
+pkgbuild/src
+pkgbuild/*.tar.xz
diff --git a/configure.ac b/configure.ac
index c3ccc49..95759d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure 
script.
 # get rid of that stupid cache mechanism
 rm -f config.cache
 
-AC_INIT([terminology], [0.3.0], [[email protected]])
+AC_INIT([terminology], [0.3.50], [[email protected]])
 AC_PREREQ([2.60])
 AC_CONFIG_SRCDIR([configure.ac])
 AC_CONFIG_MACRO_DIR([m4])
@@ -73,6 +73,7 @@ data/themes/Makefile
 data/themes/images/Makefile
 data/themes/sounds/Makefile
 man/Makefile
+pkgbuild/PKGBUILD
 ])
 
 AC_OUTPUT
@@ -87,9 +88,6 @@ echo 
"------------------------------------------------------------------------"
 echo "$PACKAGE $VERSION"
 echo "------------------------------------------------------------------------"
 echo
-echo "Configuration Options Summary:"
-echo "  Ecore IMF................: $have_ecore_imf"
-echo
 echo "Compilation................: make (or gmake)"
 echo "  CPPFLAGS.................: $CPPFLAGS"
 echo "  CFLAGS...................: $CFLAGS"
diff --git a/pkgbuild/PKGBUILD.in b/pkgbuild/PKGBUILD.in
new file mode 100644
index 0000000..101b944
--- /dev/null
+++ b/pkgbuild/PKGBUILD.in
@@ -0,0 +1,35 @@
+# Maintainer: Enlightenment Developers <[email protected]>
+pkgname=('terminology')
+pkgver=@VERSION@
+pkgrel=1
+pkgdesc="Terminal emulator for Enlightenment - GIT development snapshot"
+arch=('i686' 'x86_64' 'arm')
+url="http://www.enlightenment.org";
+license=('BSD')
+depends=('elementary' 'efl')
+optdepends=('efl_x11')
+options=('strip' 'zipman' '!libtool' 'debug')
+buildflags="-O2 -g -fvisibility=hidden -fomit-frame-pointer"
+build() {
+  cd "../.."
+  make clean distclean
+  ./configure --prefix=/usr
+  make
+}
+
+#check() {
+#  cd "../.."
+#  make -k check
+#}
+
+package() {
+  cd "../.."
+  rm -rf $pkgdir/usr
+  make -j1 DESTDIR="$pkgdir/" install
+  install -Dm644 README $pkgdir/usr/share/$pkgname/README
+  install -Dm644 NEWS $pkgdir/usr/share/$pkgname/NEWS
+  install -Dm644 ChangeLog $pkgdir/usr/share/$pkgname/ChangeLog
+  install -Dm644 AUTHORS $pkgdir/usr/share/$pkgname/AUTHORS
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+  ln -s ../licenses/$pkgname/COPYING $pkgdir/usr/share/$pkgname/COPYING
+}

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j

Reply via email to