[arch-commits] Commit in pth/repos (4 files)
Allan McRae
allan at archlinux.org
Wed Aug 12 10:26:15 UTC 2015
Date: Wednesday, August 12, 2015 @ 12:26:14
Author: allan
Revision: 243317
archrelease: copy trunk to core-i686, core-x86_64
Added:
pth/repos/core-i686/PKGBUILD
(from rev 243316, pth/trunk/PKGBUILD)
pth/repos/core-x86_64/PKGBUILD
(from rev 243316, pth/trunk/PKGBUILD)
Deleted:
pth/repos/core-i686/PKGBUILD
pth/repos/core-x86_64/PKGBUILD
----------------------+
/PKGBUILD | 86 +++++++++++++++++++++++++++++++++++++++++++++++++
core-i686/PKGBUILD | 42 -----------------------
core-x86_64/PKGBUILD | 42 -----------------------
3 files changed, 86 insertions(+), 84 deletions(-)
Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD 2015-08-12 10:25:45 UTC (rev 243316)
+++ core-i686/PKGBUILD 2015-08-12 10:26:14 UTC (rev 243317)
@@ -1,42 +0,0 @@
-# $Id$
-
-pkgname=pth
-pkgver=2.0.7
-pkgrel=5
-pkgdesc="The GNU Portable Threads."
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/pth/"
-license=('LGPL')
-depends=('glibc' 'awk')
-options=('!makeflags')
-source=(ftp://ftp.gnu.org/gnu/pth/$pkgname-$pkgver.tar.gz{,.sig})
-sha1sums=('9a71915c89ff2414de69fe104ae1016d513afeee'
- '8cb16dffbf15ba92bda8d08918eaf5995642fc38')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/share/man \
- --disable-static \
- --enable-shared \
- --with-pic
-
- sed -i "s|awk=''|awk=/bin/awk|g" shtool # "Cannot find a reasonable Awk"
-
- make
-}
-
-check() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make check
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR=${pkgdir} install
-}
Copied: pth/repos/core-i686/PKGBUILD (from rev 243316, pth/trunk/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD (rev 0)
+++ core-i686/PKGBUILD 2015-08-12 10:26:14 UTC (rev 243317)
@@ -0,0 +1,43 @@
+# $Id$
+
+pkgname=pth
+pkgver=2.0.7
+pkgrel=5
+pkgdesc="The GNU Portable Threads."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/pth/"
+license=('LGPL')
+depends=('glibc' 'awk')
+options=('!makeflags')
+source=(ftp://ftp.gnu.org/gnu/pth/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('9a71915c89ff2414de69fe104ae1016d513afeee'
+ '8cb16dffbf15ba92bda8d08918eaf5995642fc38')
+validpgpkeys=('4E23E878D41A0A88EDFCFA5A6E744ACBA9C09E30') # Ralf Engelschall
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --mandir=/usr/share/man \
+ --disable-static \
+ --enable-shared \
+ --with-pic
+
+ sed -i "s|awk=''|awk=/bin/awk|g" shtool # "Cannot find a reasonable Awk"
+
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR=${pkgdir} install
+}
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2015-08-12 10:25:45 UTC (rev 243316)
+++ core-x86_64/PKGBUILD 2015-08-12 10:26:14 UTC (rev 243317)
@@ -1,42 +0,0 @@
-# $Id$
-
-pkgname=pth
-pkgver=2.0.7
-pkgrel=5
-pkgdesc="The GNU Portable Threads."
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/pth/"
-license=('LGPL')
-depends=('glibc' 'awk')
-options=('!makeflags')
-source=(ftp://ftp.gnu.org/gnu/pth/$pkgname-$pkgver.tar.gz{,.sig})
-sha1sums=('9a71915c89ff2414de69fe104ae1016d513afeee'
- '8cb16dffbf15ba92bda8d08918eaf5995642fc38')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --localstatedir=/var \
- --mandir=/usr/share/man \
- --disable-static \
- --enable-shared \
- --with-pic
-
- sed -i "s|awk=''|awk=/bin/awk|g" shtool # "Cannot find a reasonable Awk"
-
- make
-}
-
-check() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make check
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- make DESTDIR=${pkgdir} install
-}
Copied: pth/repos/core-x86_64/PKGBUILD (from rev 243316, pth/trunk/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2015-08-12 10:26:14 UTC (rev 243317)
@@ -0,0 +1,43 @@
+# $Id$
+
+pkgname=pth
+pkgver=2.0.7
+pkgrel=5
+pkgdesc="The GNU Portable Threads."
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/pth/"
+license=('LGPL')
+depends=('glibc' 'awk')
+options=('!makeflags')
+source=(ftp://ftp.gnu.org/gnu/pth/$pkgname-$pkgver.tar.gz{,.sig})
+sha1sums=('9a71915c89ff2414de69fe104ae1016d513afeee'
+ '8cb16dffbf15ba92bda8d08918eaf5995642fc38')
+validpgpkeys=('4E23E878D41A0A88EDFCFA5A6E744ACBA9C09E30') # Ralf Engelschall
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --localstatedir=/var \
+ --mandir=/usr/share/man \
+ --disable-static \
+ --enable-shared \
+ --with-pic
+
+ sed -i "s|awk=''|awk=/bin/awk|g" shtool # "Cannot find a reasonable Awk"
+
+ make
+}
+
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make check
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+
+ make DESTDIR=${pkgdir} install
+}
More information about the arch-commits
mailing list