[arch-commits] Commit in dhex/repos/community-x86_64 (PKGBUILD PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Wed Jan 23 08:40:36 UTC 2019


    Date: Wednesday, January 23, 2019 @ 08:40:35
  Author: aginiewicz
Revision: 427206

archrelease: copy trunk to community-x86_64

Added:
  dhex/repos/community-x86_64/PKGBUILD
    (from rev 427205, dhex/trunk/PKGBUILD)
Deleted:
  dhex/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   53 ++++++++++++++++++++++++++---------------------------
 1 file changed, 26 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-23 08:40:26 UTC (rev 427205)
+++ PKGBUILD	2019-01-23 08:40:35 UTC (rev 427206)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=dhex
-pkgver=0.68
-pkgrel=4
-pkgdesc="An ncurses-based hexeditor with a diff mode"
-arch=('x86_64')
-url="http://www.dettus.net/dhex/"
-license=('GPL')
-depends=('ncurses')
-source=("http://www.dettus.net/dhex/${pkgname}_${pkgver}.tar.gz")
-md5sums=('5109b3d50053553e41d75c8e5c0a0175')
-
-build() {
-  cd "${srcdir}/${pkgname}_${pkgver}"
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}_${pkgver}"
-  install -d "${pkgdir}"/usr/{bin,share}
-  install -d "${pkgdir}"/usr/man/man{1,5}
-  make DESTDIR="${pkgdir}/usr" install
-  mv "${pkgdir}/usr/man" "${pkgdir}/usr/share/man"
-}
-

Copied: dhex/repos/community-x86_64/PKGBUILD (from rev 427205, dhex/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-23 08:40:35 UTC (rev 427206)
@@ -0,0 +1,26 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=dhex
+pkgver=0.69
+pkgrel=1
+pkgdesc="An ncurses-based hexeditor with a diff mode"
+arch=('x86_64')
+url="http://www.dettus.net/dhex/"
+license=('GPL')
+depends=('ncurses')
+source=("http://www.dettus.net/dhex/${pkgname}_${pkgver}.tar.gz")
+sha1sums=('f18020a8fd59839eb735bc8bba2624c9a8a7ae5c')
+
+build() {
+  cd "${srcdir}/${pkgname}_${pkgver}"
+  make LDFLAGS="$LDFLAGS" CPPFLAGS="$CPPFLAGS" CFLAGS="$CFLAGS"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}_${pkgver}"
+  install -d "${pkgdir}"/usr/{bin,share}
+  install -d "${pkgdir}"/usr/man/man{1,5}
+  make DESTDIR="${pkgdir}/usr" install
+  mv "${pkgdir}/usr/man" "${pkgdir}/usr/share/man"
+}
+



More information about the arch-commits mailing list