[arch-commits] Commit in cdargs/repos (6 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Sep 6 21:23:15 UTC 2015
Date: Sunday, September 6, 2015 @ 23:23:15
Author: foutrelis
Revision: 139374
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 139373, cdargs/trunk/PKGBUILD)
cdargs/repos/community-staging-i686/cdargs.install
(from rev 139373, cdargs/trunk/cdargs.install)
cdargs/repos/community-staging-x86_64/
cdargs/repos/community-staging-x86_64/PKGBUILD
(from rev 139373, cdargs/trunk/PKGBUILD)
cdargs/repos/community-staging-x86_64/cdargs.install
(from rev 139373, 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 139373, cdargs/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-06 21:23:15 UTC (rev 139374)
@@ -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=5
+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 139373, cdargs/trunk/cdargs.install)
===================================================================
--- community-staging-i686/cdargs.install (rev 0)
+++ community-staging-i686/cdargs.install 2015-09-06 21:23:15 UTC (rev 139374)
@@ -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 139373, cdargs/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2015-09-06 21:23:15 UTC (rev 139374)
@@ -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=5
+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 139373, cdargs/trunk/cdargs.install)
===================================================================
--- community-staging-x86_64/cdargs.install (rev 0)
+++ community-staging-x86_64/cdargs.install 2015-09-06 21:23:15 UTC (rev 139374)
@@ -0,0 +1,3 @@
+post_install() {
+ echo "cdargs: helper scripts are in /usr/share/cdargs/"
+}
More information about the arch-commits
mailing list