Date: Monday, January 14, 2013 @ 00:24:38
  Author: dan
Revision: 175114

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

Added:
  dash/repos/testing-i686/
  dash/repos/testing-i686/PKGBUILD
    (from rev 175113, dash/trunk/PKGBUILD)
  dash/repos/testing-i686/dash.install
    (from rev 175113, dash/trunk/dash.install)
  dash/repos/testing-x86_64/
  dash/repos/testing-x86_64/PKGBUILD
    (from rev 175113, dash/trunk/PKGBUILD)
  dash/repos/testing-x86_64/dash.install
    (from rev 175113, dash/trunk/dash.install)

-----------------------------+
 testing-i686/PKGBUILD       |   28 ++++++++++++++++++++++++++++
 testing-i686/dash.install   |   11 +++++++++++
 testing-x86_64/PKGBUILD     |   28 ++++++++++++++++++++++++++++
 testing-x86_64/dash.install |   11 +++++++++++
 4 files changed, 78 insertions(+)

Copied: dash/repos/testing-i686/PKGBUILD (from rev 175113, dash/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2013-01-14 05:24:38 UTC (rev 175114)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dan McGee <[email protected]>
+
+pkgname=dash
+pkgver=0.5.7
+pkgrel=3
+pkgdesc="A POSIX compliant shell that aims to be as small as possible"
+arch=('i686' 'x86_64')
+url="http://gondor.apana.org.au/~herbert/dash/";
+license=('BSD')
+depends=('glibc')
+install=dash.install
+source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('a3ebc16f2e2c7ae8adf64e5e62ae3dcb631717c6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --exec-prefix=""
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -m644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: dash/repos/testing-i686/dash.install (from rev 175113, 
dash/trunk/dash.install)
===================================================================
--- testing-i686/dash.install                           (rev 0)
+++ testing-i686/dash.install   2013-01-14 05:24:38 UTC (rev 175114)
@@ -0,0 +1,11 @@
+post_install() {
+       grep -q '/bin/dash' etc/shells || echo '/bin/dash' >> etc/shells
+}
+
+post_upgrade() {
+       post_install
+}
+
+pre_remove() {
+       sed -i '/^\/bin\/dash/d' etc/shells
+}

Copied: dash/repos/testing-x86_64/PKGBUILD (from rev 175113, 
dash/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2013-01-14 05:24:38 UTC (rev 175114)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Dan McGee <[email protected]>
+
+pkgname=dash
+pkgver=0.5.7
+pkgrel=3
+pkgdesc="A POSIX compliant shell that aims to be as small as possible"
+arch=('i686' 'x86_64')
+url="http://gondor.apana.org.au/~herbert/dash/";
+license=('BSD')
+depends=('glibc')
+install=dash.install
+source=("http://gondor.apana.org.au/~herbert/dash/files/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('a3ebc16f2e2c7ae8adf64e5e62ae3dcb631717c6')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --mandir=/usr/share/man --exec-prefix=""
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -m644 -D COPYING ${pkgdir}/usr/share/licenses/${pkgname}/COPYING
+}

Copied: dash/repos/testing-x86_64/dash.install (from rev 175113, 
dash/trunk/dash.install)
===================================================================
--- testing-x86_64/dash.install                         (rev 0)
+++ testing-x86_64/dash.install 2013-01-14 05:24:38 UTC (rev 175114)
@@ -0,0 +1,11 @@
+post_install() {
+       grep -q '/bin/dash' etc/shells || echo '/bin/dash' >> etc/shells
+}
+
+post_upgrade() {
+       post_install
+}
+
+pre_remove() {
+       sed -i '/^\/bin\/dash/d' etc/shells
+}

Reply via email to