[arch-commits] Commit in cgdb/repos (6 files)

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Tue Feb 18 05:54:37 UTC 2014


    Date: Tuesday, February 18, 2014 @ 06:54:36
  Author: svenstaro
Revision: 105893

archrelease: copy trunk to community-i686, community-x86_64

Added:
  cgdb/repos/community-i686/
  cgdb/repos/community-i686/PKGBUILD
    (from rev 105892, cgdb/trunk/PKGBUILD)
  cgdb/repos/community-i686/cgdb.install
    (from rev 105892, cgdb/trunk/cgdb.install)
  cgdb/repos/community-x86_64/
  cgdb/repos/community-x86_64/PKGBUILD
    (from rev 105892, cgdb/trunk/PKGBUILD)
  cgdb/repos/community-x86_64/cgdb.install
    (from rev 105892, cgdb/trunk/cgdb.install)

-------------------------------+
 community-i686/PKGBUILD       |   25 +++++++++++++++++++++++++
 community-i686/cgdb.install   |   17 +++++++++++++++++
 community-x86_64/PKGBUILD     |   25 +++++++++++++++++++++++++
 community-x86_64/cgdb.install |   17 +++++++++++++++++
 4 files changed, 84 insertions(+)

Copied: cgdb/repos/community-i686/PKGBUILD (from rev 105892, cgdb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-02-18 05:54:36 UTC (rev 105893)
@@ -0,0 +1,25 @@
+# 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.7
+pkgrel=1
+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')
+source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('0a9d1cc3fb00c3cdaeb060d20d3312dd738b617ff1b188db33a074e2790f9721ca58e924ecc9929b84832c3ca22a334d7a66294439341a9b6868eef1baafca3e')
+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-i686/cgdb.install (from rev 105892, cgdb/trunk/cgdb.install)
===================================================================
--- community-i686/cgdb.install	                        (rev 0)
+++ community-i686/cgdb.install	2014-02-18 05:54:36 UTC (rev 105893)
@@ -0,0 +1,17 @@
+r=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-x86_64/PKGBUILD (from rev 105892, cgdb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-02-18 05:54:36 UTC (rev 105893)
@@ -0,0 +1,25 @@
+# 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.7
+pkgrel=1
+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')
+source=("http://cgdb.me/files/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('0a9d1cc3fb00c3cdaeb060d20d3312dd738b617ff1b188db33a074e2790f9721ca58e924ecc9929b84832c3ca22a334d7a66294439341a9b6868eef1baafca3e')
+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-x86_64/cgdb.install (from rev 105892, cgdb/trunk/cgdb.install)
===================================================================
--- community-x86_64/cgdb.install	                        (rev 0)
+++ community-x86_64/cgdb.install	2014-02-18 05:54:36 UTC (rev 105893)
@@ -0,0 +1,17 @@
+r=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