[arch-commits] Commit in xfsprogs/repos (3 files)
Tobias Powalowski
tpowa at archlinux.org
Mon Apr 16 08:21:44 UTC 2012
Date: Monday, April 16, 2012 @ 04:21:43
Author: tpowa
Revision: 156218
db-move: moved xfsprogs from [testing] to [core] (x86_64)
Added:
xfsprogs/repos/core-x86_64/PKGBUILD
(from rev 156214, xfsprogs/repos/testing-x86_64/PKGBUILD)
Deleted:
xfsprogs/repos/core-x86_64/PKGBUILD
xfsprogs/repos/testing-x86_64/
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: core-x86_64/PKGBUILD
===================================================================
--- core-x86_64/PKGBUILD 2012-04-16 08:21:42 UTC (rev 156217)
+++ core-x86_64/PKGBUILD 2012-04-16 08:21:43 UTC (rev 156218)
@@ -1,29 +0,0 @@
-# $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
-}
Copied: xfsprogs/repos/core-x86_64/PKGBUILD (from rev 156214, xfsprogs/repos/testing-x86_64/PKGBUILD)
===================================================================
--- core-x86_64/PKGBUILD (rev 0)
+++ core-x86_64/PKGBUILD 2012-04-16 08:21:43 UTC (rev 156218)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Paul Mattal <paul at archlinux.org>
+pkgname=xfsprogs
+pkgver=3.1.8
+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=('f70b2e7200d4c29f0af1cf70e7be1db6')
+
+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