mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/xfsprogs to 4.2.0-1
This commit is contained in:
parent
4046f0b4cf
commit
b1e0bc6395
1 changed files with 7 additions and 6 deletions
|
@ -5,7 +5,7 @@
|
|||
# - original OPTIMIZER export does not play nice with our system
|
||||
|
||||
pkgname=xfsprogs
|
||||
pkgver=3.2.3
|
||||
pkgver=4.2.0
|
||||
pkgrel=1
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -13,13 +13,14 @@ license=('LGPL')
|
|||
url="http://oss.sgi.com/projects/xfs/"
|
||||
groups=('base')
|
||||
depends=('util-linux')
|
||||
makedepends=('git')
|
||||
options=('!makeflags')
|
||||
# We mirror the sources as upstream tends to move them once a new release is out
|
||||
source=("https://sources.archlinux.org/other/xfsprogs/${pkgname}-${pkgver}.tar.gz")
|
||||
md5sums=('9f383e36682709e62b12c125e5d8b895')
|
||||
source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
|
||||
md5sums=('SKIP')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd "${srcdir}/${pkgname}"
|
||||
make configure
|
||||
#export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
||||
export OPTIMIZER="-O1"
|
||||
export DEBUG=-DNDEBUG
|
||||
|
@ -28,7 +29,7 @@ build() {
|
|||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
cd "${srcdir}/${pkgname}"
|
||||
make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
|
||||
chown -R root $pkgdir
|
||||
chgrp -R root $pkgdir
|
||||
|
|
Loading…
Reference in a new issue