[arch-commits] Commit in cgdb/repos (6 files)
Evangelos Foutras
foutrelis at archlinux.org
Mon Sep 7 14:06:09 UTC 2015
Date: Monday, September 7, 2015 @ 16:06:08
Author: foutrelis
Revision: 139493
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
cgdb/repos/community-staging-i686/
cgdb/repos/community-staging-i686/PKGBUILD
(from rev 139492, cgdb/trunk/PKGBUILD)
cgdb/repos/community-staging-i686/cgdb.install
(from rev 139492, cgdb/trunk/cgdb.install)
cgdb/repos/community-staging-x86_64/
cgdb/repos/community-staging-x86_64/PKGBUILD
(from rev 139492, cgdb/trunk/PKGBUILD)
cgdb/repos/community-staging-x86_64/cgdb.install
(from rev 139492, cgdb/trunk/cgdb.install)
---------------------------------------+
community-staging-i686/PKGBUILD | 26 ++++++++++++++++++++++++++
community-staging-i686/cgdb.install | 17 +++++++++++++++++
community-staging-x86_64/PKGBUILD | 26 ++++++++++++++++++++++++++
community-staging-x86_64/cgdb.install | 17 +++++++++++++++++
4 files changed, 86 insertions(+)
Copied: cgdb/repos/community-staging-i686/PKGBUILD (from rev 139492, cgdb/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-07 14:06:08 UTC (rev 139493)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Marek Kubica <marek at xivilization.net>
+# Contributor: Javier ‘Phrodo_00’ Aravena <Phrodo.00 at gmail.com>
+pkgname=cgdb
+pkgver=0.6.8
+pkgrel=2
+pkgdesc="Curses-based interface to the GNU Debugger"
+arch=('i686' 'x86_64')
+url="http://cgdb.sourceforge.net/"
+license=('GPL')
+depends=('readline>=5.1' 'ncurses' 'gdb')
+makedepends=('help2man')
+source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('22580f0c2ad9c4f4efc429f94465fe54518c38f5efc95fa544ebbd93188d8e2ec740d7c3f22df1447df9af96eb4a317e4a4fbf5c771173f86ebdccbcbd776ab2')
+install=cgdb.install
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}/" install
+}
Copied: cgdb/repos/community-staging-i686/cgdb.install (from rev 139492, cgdb/trunk/cgdb.install)
===================================================================
--- community-staging-i686/cgdb.install (rev 0)
+++ community-staging-i686/cgdb.install 2015-09-07 14:06:08 UTC (rev 139493)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+file=cgdb.info.gz
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
+ install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}
+
Copied: cgdb/repos/community-staging-x86_64/PKGBUILD (from rev 139492, cgdb/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-07 14:06:08 UTC (rev 139493)
@@ -0,0 +1,26 @@
+# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Contributor: Marek Kubica <marek at xivilization.net>
+# Contributor: Javier ‘Phrodo_00’ Aravena <Phrodo.00 at gmail.com>
+pkgname=cgdb
+pkgver=0.6.8
+pkgrel=2
+pkgdesc="Curses-based interface to the GNU Debugger"
+arch=('i686' 'x86_64')
+url="http://cgdb.sourceforge.net/"
+license=('GPL')
+depends=('readline>=5.1' 'ncurses' 'gdb')
+makedepends=('help2man')
+source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('22580f0c2ad9c4f4efc429f94465fe54518c38f5efc95fa544ebbd93188d8e2ec740d7c3f22df1447df9af96eb4a317e4a4fbf5c771173f86ebdccbcbd776ab2')
+install=cgdb.install
+
+build() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd ${srcdir}/${pkgname}-${pkgver}
+ make DESTDIR="${pkgdir}/" install
+}
Copied: cgdb/repos/community-staging-x86_64/cgdb.install (from rev 139492, cgdb/trunk/cgdb.install)
===================================================================
--- community-staging-x86_64/cgdb.install (rev 0)
+++ community-staging-x86_64/cgdb.install 2015-09-07 14:06:08 UTC (rev 139493)
@@ -0,0 +1,17 @@
+infodir=usr/share/info
+file=cgdb.info.gz
+
+post_install() {
+ [ -x usr/bin/install-info ] || return 0
+ install-info $infodir/$file $infodir/dir 2> /dev/null
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+pre_remove() {
+ [ -x usr/bin/install-info ] || return 0
+ install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+}
+
More information about the arch-commits
mailing list