[arch-commits] Commit in nawk/repos (extra-i686/PKGBUILD extra-x86_64/PKGBUILD)

Dave Reisner dreisner at archlinux.org
Sun Nov 13 14:58:44 UTC 2011


    Date: Sunday, November 13, 2011 @ 09:58:43
  Author: dreisner
Revision: 142712

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

Deleted:
  nawk/repos/extra-i686/PKGBUILD
  nawk/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   30 ------------------------------
 extra-x86_64/PKGBUILD |   30 ------------------------------
 2 files changed, 60 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-11-13 14:58:31 UTC (rev 142711)
+++ extra-i686/PKGBUILD	2011-11-13 14:58:43 UTC (rev 142712)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=nawk
-pkgver=20110810
-pkgrel=2
-pkgdesc="The one, true implementation of the AWK"
-url="http://cm.bell-labs.com/who/bwk/"
-license=('MIT')
-arch=('i686' 'x86_64')
-options=('!makeflags')
-depends=('glibc')
-provides=('awk')
-source=("http://www.cs.princeton.edu/~bwk/btl.mirror/awk.tar.gz"
-        'manpage-naming.patch')
-md5sums=('a7062ecade93dc4cb39190e48db9a51d'
-         '8486d387a51fe3b3c9875c4151ad92b4')
-
-build() {
-  patch -Np1 < manpage-naming.patch
-  sed -n '/Copyright/,/THIS SOFTWARE\./p' README > LICENSE
-
-  make "CPPFLAGS=-DHAS_ISBLANK" "LDFLAGS=$LDFLAGS" "CFLAGS=$CFLAGS"
-}
-
-package() {
-  install -Dm755 a.out "$pkgdir/usr/bin/nawk"
-  install -Dm644 awk.1 "$pkgdir/usr/share/man/man1/nawk.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/nawk/LICENSE"
-}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-11-13 14:58:31 UTC (rev 142711)
+++ extra-x86_64/PKGBUILD	2011-11-13 14:58:43 UTC (rev 142712)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Dave Reisner <dreisner at archlinux.org>
-
-pkgname=nawk
-pkgver=20110810
-pkgrel=2
-pkgdesc="The one, true implementation of the AWK"
-url="http://cm.bell-labs.com/who/bwk/"
-license=('MIT')
-arch=('i686' 'x86_64')
-options=('!makeflags')
-depends=('glibc')
-provides=('awk')
-source=("http://www.cs.princeton.edu/~bwk/btl.mirror/awk.tar.gz"
-        'manpage-naming.patch')
-md5sums=('a7062ecade93dc4cb39190e48db9a51d'
-         '8486d387a51fe3b3c9875c4151ad92b4')
-
-build() {
-  patch -Np1 < manpage-naming.patch
-  sed -n '/Copyright/,/THIS SOFTWARE\./p' README > LICENSE
-
-  make "CPPFLAGS=-DHAS_ISBLANK" "LDFLAGS=$LDFLAGS" "CFLAGS=$CFLAGS"
-}
-
-package() {
-  install -Dm755 a.out "$pkgdir/usr/bin/nawk"
-  install -Dm644 awk.1 "$pkgdir/usr/share/man/man1/nawk.1"
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/nawk/LICENSE"
-}




More information about the arch-commits mailing list