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

Pierre Schmitz pierre at nymeria.archlinux.org
Sun Jan 27 16:11:01 UTC 2013


    Date: Sunday, January 27, 2013 @ 17:11:01
  Author: pierre
Revision: 83130

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

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

---------------------------------+
 community-i686/PKGBUILD         |   36 ++++++++++++++++++++++++++++++++++++
 community-i686/cdargs.install   |    3 +++
 community-x86_64/PKGBUILD       |   36 ++++++++++++++++++++++++++++++++++++
 community-x86_64/cdargs.install |    3 +++
 4 files changed, 78 insertions(+)

Copied: cdargs/repos/community-i686/PKGBUILD (from rev 83129, cdargs/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-27 16:11:01 UTC (rev 83130)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=3
+pkgdesc="A replacement for 'cd' that includes bookmarks/browsing for faster navigation"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skamphausen.de/cgi-bin/ska/CDargs"
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=("http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR="${pkgdir}" install
+  
+  install -d "${pkgdir}/usr/share/cdargs"
+  install $pkgname-{tcsh.csh,bash.sh} "${pkgdir}/usr/share/cdargs"
+}

Copied: cdargs/repos/community-i686/cdargs.install (from rev 83129, cdargs/trunk/cdargs.install)
===================================================================
--- community-i686/cdargs.install	                        (rev 0)
+++ community-i686/cdargs.install	2013-01-27 16:11:01 UTC (rev 83130)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "cdargs: helper scripts are in /usr/share/cdargs/"
+}

Copied: cdargs/repos/community-x86_64/PKGBUILD (from rev 83129, cdargs/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-27 16:11:01 UTC (rev 83130)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Damir Perisa <damir.perisa at bluewin.ch>
+
+pkgname=cdargs
+pkgver=1.35
+pkgrel=3
+pkgdesc="A replacement for 'cd' that includes bookmarks/browsing for faster navigation"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://www.skamphausen.de/cgi-bin/ska/CDargs"
+depends=('ncurses' 'gcc-libs')
+install=cdargs.install
+source=("http://www.skamphausen.de/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz")
+md5sums=('50be618d67f0b9f2439526193c69c567')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+  
+  cd contrib
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+  
+  # install helper scripts
+  cd contrib
+  make DESTDIR="${pkgdir}" install
+  
+  install -d "${pkgdir}/usr/share/cdargs"
+  install $pkgname-{tcsh.csh,bash.sh} "${pkgdir}/usr/share/cdargs"
+}

Copied: cdargs/repos/community-x86_64/cdargs.install (from rev 83129, cdargs/trunk/cdargs.install)
===================================================================
--- community-x86_64/cdargs.install	                        (rev 0)
+++ community-x86_64/cdargs.install	2013-01-27 16:11:01 UTC (rev 83130)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "cdargs: helper scripts are in /usr/share/cdargs/"
+}




More information about the arch-commits mailing list