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

Felix Yan fyan at archlinux.org
Sat Dec 5 16:32:54 UTC 2015


    Date: Saturday, December 5, 2015 @ 17:32:54
  Author: fyan
Revision: 148532

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

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

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

Copied: cdargs/repos/community-staging-i686/PKGBUILD (from rev 148530, cdargs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-05 16:32:54 UTC (rev 148532)
@@ -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=6
+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-staging-i686/cdargs.install (from rev 148530, cdargs/trunk/cdargs.install)
===================================================================
--- community-staging-i686/cdargs.install	                        (rev 0)
+++ community-staging-i686/cdargs.install	2015-12-05 16:32:54 UTC (rev 148532)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "cdargs: helper scripts are in /usr/share/cdargs/"
+}

Copied: cdargs/repos/community-staging-x86_64/PKGBUILD (from rev 148530, cdargs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-05 16:32:54 UTC (rev 148532)
@@ -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=6
+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-staging-x86_64/cdargs.install (from rev 148530, cdargs/trunk/cdargs.install)
===================================================================
--- community-staging-x86_64/cdargs.install	                        (rev 0)
+++ community-staging-x86_64/cdargs.install	2015-12-05 16:32:54 UTC (rev 148532)
@@ -0,0 +1,3 @@
+post_install() {
+  echo "cdargs: helper scripts are in /usr/share/cdargs/"
+}



More information about the arch-commits mailing list