[arch-commits] Commit in dhex/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Sep 6 21:45:45 UTC 2015
Date: Sunday, September 6, 2015 @ 23:45:44
Author: foutrelis
Revision: 139386
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
dhex/repos/community-staging-i686/
dhex/repos/community-staging-i686/PKGBUILD
(from rev 139385, dhex/trunk/PKGBUILD)
dhex/repos/community-staging-x86_64/
dhex/repos/community-staging-x86_64/PKGBUILD
(from rev 139385, dhex/trunk/PKGBUILD)
-----------------------------------+
community-staging-i686/PKGBUILD | 27 +++++++++++++++++++++++++++
community-staging-x86_64/PKGBUILD | 27 +++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
Copied: dhex/repos/community-staging-i686/PKGBUILD (from rev 139385, dhex/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 21:45:44 UTC (rev 139386)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=dhex
+pkgver=0.68
+pkgrel=3
+pkgdesc="An ncurses-based hexeditor with a diff mode"
+arch=('i686' '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-staging-x86_64/PKGBUILD (from rev 139385, dhex/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-06 21:45:44 UTC (rev 139386)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=dhex
+pkgver=0.68
+pkgrel=3
+pkgdesc="An ncurses-based hexeditor with a diff mode"
+arch=('i686' '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"
+}
+
More information about the arch-commits
mailing list