[arch-commits] Commit in (hexedit hexedit/repos hexedit/trunk hexedit/trunk/PKGBUILD)

Giovanni Scafora giovanni at nymeria.archlinux.org
Fri Dec 6 14:30:54 UTC 2013


    Date: Friday, December 6, 2013 @ 15:30:54
  Author: giovanni
Revision: 102213

extra2community: Moving hexedit from extra to community

Added:
  hexedit/
  hexedit/repos/
  hexedit/trunk/
  hexedit/trunk/PKGBUILD

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Added: hexedit/trunk/PKGBUILD
===================================================================
--- hexedit/trunk/PKGBUILD	                        (rev 0)
+++ hexedit/trunk/PKGBUILD	2013-12-06 14:30:54 UTC (rev 102213)
@@ -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
+}


Property changes on: hexedit/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list