[arch-commits] Commit in xfsprogs/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Sat Nov 19 08:45:35 UTC 2011
Date: Saturday, November 19, 2011 @ 03:45:35
Author: tpowa
Revision: 142967
db-move: moved xfsprogs from [testing] to [core] (i686)
Added:
xfsprogs/repos/core-i686/PKGBUILD
(from rev 142966, xfsprogs/repos/testing-i686/PKGBUILD)
Deleted:
xfsprogs/repos/core-i686/PKGBUILD
xfsprogs/repos/testing-i686/
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD 2011-11-19 08:36:20 UTC (rev 142966)
+++ core-i686/PKGBUILD 2011-11-19 08:45:35 UTC (rev 142967)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Paul Mattal <paul at archlinux.org>
-pkgname=xfsprogs
-pkgver=3.1.6
-pkgrel=1
-pkgdesc="XFS filesystem utilities"
-arch=('i686' 'x86_64')
-license=('LGPL')
-url="http://oss.sgi.com/projects/xfs/"
-groups=('base')
-depends=('util-linux-ng>=2.16')
-options=('!makeflags' '!libtool')
-# We mirror the sources as upstream tends to move them once a new release is out
-source=("ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz")
-md5sums=('fbd2c1c5abed4b11047bea6ce53bc6e4')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- export OPTIMIZER="-march=${CARCH/_/-} -O1"
- export DEBUG=-DNDEBUG
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DIST_ROOT="${pkgdir}" install install-dev
- chown -R root $pkgdir
- chgrp -R root $pkgdir
-}
Copied: xfsprogs/repos/core-i686/PKGBUILD (from rev 142966, xfsprogs/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD (rev 0)
+++ core-i686/PKGBUILD 2011-11-19 08:45:35 UTC (rev 142967)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Paul Mattal <paul at archlinux.org>
+pkgname=xfsprogs
+pkgver=3.1.7
+pkgrel=1
+pkgdesc="XFS filesystem utilities"
+arch=('i686' 'x86_64')
+license=('LGPL')
+url="http://oss.sgi.com/projects/xfs/"
+groups=('base')
+depends=('util-linux-ng>=2.16')
+options=('!makeflags' '!libtool')
+# We mirror the sources as upstream tends to move them once a new release is out
+source=("ftp://ftp.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz")
+md5sums=('049cf9873794ea49d0bb3f12d45748a4')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ export OPTIMIZER="-march=${CARCH/_/-} -O1"
+ export DEBUG=-DNDEBUG
+ make
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DIST_ROOT="${pkgdir}" install install-dev
+ chown -R root $pkgdir
+ chgrp -R root $pkgdir
+}
More information about the arch-commits
mailing list