[arch-commits] Commit in hexedit/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Sun Sep 6 19:41:38 UTC 2015


    Date: Sunday, September 6, 2015 @ 21:41:37
  Author: foutrelis
Revision: 139350

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

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

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

Copied: hexedit/repos/community-staging-i686/PKGBUILD (from rev 139349, hexedit/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-09-06 19:41:37 UTC (rev 139350)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Paul Mattal <pjmattal at elys.com>
+
+pkgname=hexedit
+pkgver=1.2.13
+pkgrel=3
+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-staging-x86_64/PKGBUILD (from rev 139349, hexedit/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-09-06 19:41:37 UTC (rev 139350)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Paul Mattal <pjmattal at elys.com>
+
+pkgname=hexedit
+pkgver=1.2.13
+pkgrel=3
+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
+}



More information about the arch-commits mailing list