[arch-commits] Commit in xfsprogs/repos (4 files)
Tobias Powalowski
tpowa at archlinux.org
Fri Nov 18 08:13:21 UTC 2011
Date: Friday, November 18, 2011 @ 03:13:20
Author: tpowa
Revision: 142910
archrelease: copy trunk to testing-i686, testing-x86_64
Added:
xfsprogs/repos/testing-i686/
xfsprogs/repos/testing-i686/PKGBUILD
(from rev 142909, xfsprogs/trunk/PKGBUILD)
xfsprogs/repos/testing-x86_64/
xfsprogs/repos/testing-x86_64/PKGBUILD
(from rev 142909, xfsprogs/trunk/PKGBUILD)
-------------------------+
testing-i686/PKGBUILD | 29 +++++++++++++++++++++++++++++
testing-x86_64/PKGBUILD | 29 +++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)
Copied: xfsprogs/repos/testing-i686/PKGBUILD (from rev 142909, xfsprogs/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD (rev 0)
+++ testing-i686/PKGBUILD 2011-11-18 08:13:20 UTC (rev 142910)
@@ -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
+}
Copied: xfsprogs/repos/testing-x86_64/PKGBUILD (from rev 142909, xfsprogs/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2011-11-18 08:13:20 UTC (rev 142910)
@@ -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