mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
core/xfsprogs to 4.12.0-1
This commit is contained in:
parent
dd053f7747
commit
243245298d
1 changed files with 6 additions and 6 deletions
|
@ -1,21 +1,21 @@
|
||||||
# $Id: PKGBUILD 142967 2011-11-19 08:45:35Z tpowa $
|
# $Id$
|
||||||
# Maintainer: Paul Mattal <paul@archlinux.org>
|
#
|
||||||
|
|
||||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||||
# - original OPTIMIZER export does not play nice with our system
|
# - original OPTIMIZER export does not play nice with our system
|
||||||
|
|
||||||
pkgname=xfsprogs
|
pkgname=xfsprogs
|
||||||
pkgver=4.11.0
|
pkgver=4.12.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="XFS filesystem utilities"
|
pkgdesc="XFS filesystem utilities"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
license=('LGPL')
|
license=('LGPL')
|
||||||
url="http://oss.sgi.com/projects/xfs/"
|
url="http://oss.sgi.com/projects/xfs/"
|
||||||
groups=('base')
|
groups=('base')
|
||||||
depends=('util-linux')
|
depends=('sh' 'libutil-linux' 'readline')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
source=("git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
|
source=("git+https://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
@ -24,7 +24,7 @@ build() {
|
||||||
#export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
#export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
||||||
export OPTIMIZER="-O1"
|
export OPTIMIZER="-O1"
|
||||||
export DEBUG=-DNDEBUG
|
export DEBUG=-DNDEBUG
|
||||||
./configure --prefix=/usr --sbindir=/usr/bin
|
./configure --prefix=/usr --sbindir=/usr/bin --enable-readline
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue