[arch-commits] Commit in hexedit/trunk (PKGBUILD)
Giovanni Scafora
giovanni at archlinux.org
Wed Feb 10 15:24:06 UTC 2010
Date: Wednesday, February 10, 2010 @ 10:24:06
Author: giovanni
Revision: 68043
Modified:
hexedit/trunk/PKGBUILD
----------+
PKGBUILD | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2010-02-10 15:19:14 UTC (rev 68042)
+++ PKGBUILD 2010-02-10 15:24:06 UTC (rev 68043)
@@ -1,23 +1,22 @@
-# $Id: PKGBUILD,v 1.3 2003/11/06 08:27:17 dorphell Exp
-# Maintainer: damir <damir at archlinux.org>
+# $Id$
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
# Contributor: Paul Mattal <pjmattal at elys.com>
pkgname=hexedit
pkgver=1.2.12
pkgrel=2
-pkgdesc="Hexedit Hex Editor for Linux"
-arch=(i686 x86_64)
+pkgdesc="Hex Editor for Linux"
+arch=('i686' 'x86_64')
url="http://merd.net/pixel/hexedit.html"
license=('GPL')
-depends=('glibc' 'ncurses')
-source=(http://merd.net/pixel/$pkgname-$pkgver.src.tgz)
+depends=('ncurses')
+source=(http://merd.net/pixel/${pkgname}-${pkgver}.src.tgz)
md5sums=('0d2f48610006278cd93359fea9a06d5c')
build() {
- cd $startdir/src/$pkgname
- ./configure
+ cd "${srcdir}/${pkgname}"
+
+ ./configure || return 1
make || return 1
- make prefix=$startdir/pkg/usr install || return 1
+ make prefix="${pkgdir}/usr" install || return 1
}
-
-
More information about the arch-commits
mailing list