[arch-commits] Commit in hexedit/repos (4 files)
Giovanni Scafora
giovanni at nymeria.archlinux.org
Fri Dec 6 14:31:07 UTC 2013
Date: Friday, December 6, 2013 @ 15:31:06
Author: giovanni
Revision: 102214
archrelease: copy trunk to community-i686, community-x86_64
Added:
hexedit/repos/community-i686/
hexedit/repos/community-i686/PKGBUILD
(from rev 102213, hexedit/trunk/PKGBUILD)
hexedit/repos/community-x86_64/
hexedit/repos/community-x86_64/PKGBUILD
(from rev 102213, 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 102213, hexedit/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-12-06 14:31:06 UTC (rev 102214)
@@ -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=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 102213, hexedit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-12-06 14:31:06 UTC (rev 102214)
@@ -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=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
+}
More information about the arch-commits
mailing list