Date: Friday, December 6, 2013 @ 14:43:18
  Author: giovanni
Revision: 102205

archrelease: copy trunk to community-i686, community-x86_64

Added:
  hexedit/repos/community-i686/
  hexedit/repos/community-i686/PKGBUILD
    (from rev 102203, hexedit/trunk/PKGBUILD)
  hexedit/repos/community-x86_64/
  hexedit/repos/community-x86_64/PKGBUILD
    (from rev 102203, hexedit/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: hexedit/repos/community-i686/PKGBUILD (from rev 102203, 
hexedit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2013-12-06 13:43:18 UTC (rev 102205)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Paul Mattal <[email protected]>
+
+pkgname=hexedit
+pkgver=1.2.13
+pkgrel=1
+pkgdesc="Hex Editor for Linux"
+arch=('i686' 'x86_64')
+url="http://rigaux.org/hexedit.html";
+license=('GPL')
+depends=('ncurses')
+source=("http://rigaux.org/${pkgname}-${pkgver}.src.tgz";)
+md5sums=('a5af1378d028512a9cad27a5ba3e15f9')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  CFLAGS="$CFLAGS -Wall"
+
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make prefix="${pkgdir}/usr" install
+}

Copied: hexedit/repos/community-x86_64/PKGBUILD (from rev 102203, 
hexedit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2013-12-06 13:43:18 UTC (rev 102205)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Paul Mattal <[email protected]>
+
+pkgname=hexedit
+pkgver=1.2.13
+pkgrel=1
+pkgdesc="Hex Editor for Linux"
+arch=('i686' 'x86_64')
+url="http://rigaux.org/hexedit.html";
+license=('GPL')
+depends=('ncurses')
+source=("http://rigaux.org/${pkgname}-${pkgver}.src.tgz";)
+md5sums=('a5af1378d028512a9cad27a5ba3e15f9')
+
+build() {
+  cd "${srcdir}/${pkgname}"
+  CFLAGS="$CFLAGS -Wall"
+
+  ./configure
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make prefix="${pkgdir}/usr" install
+}

Reply via email to