mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/xfsprogs to 4.8.0-1
This commit is contained in:
parent
dd2dd04869
commit
bd36a1b23c
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
||||||
# - 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.7.0
|
pkgver=4.8.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="XFS filesystem utilities"
|
pkgdesc="XFS filesystem utilities"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
|
@ -15,11 +15,11 @@ groups=('base')
|
||||||
depends=('util-linux')
|
depends=('util-linux')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
options=('!makeflags')
|
options=('!makeflags')
|
||||||
source=("git://oss.sgi.com/xfs/cmds/xfsprogs#tag=v${pkgver}")
|
source=("git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git#tag=v${pkgver}")
|
||||||
md5sums=('SKIP')
|
md5sums=('SKIP')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "${srcdir}/${pkgname}"
|
cd "${srcdir}/${pkgname}-dev"
|
||||||
make configure
|
make configure
|
||||||
#export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
#export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
||||||
export OPTIMIZER="-O1"
|
export OPTIMIZER="-O1"
|
||||||
|
@ -29,7 +29,7 @@ build() {
|
||||||
}
|
}
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
cd "${srcdir}/${pkgname}"
|
cd "${srcdir}/${pkgname}-dev"
|
||||||
make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
|
make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
|
||||||
chown -R root $pkgdir
|
chown -R root $pkgdir
|
||||||
chgrp -R root $pkgdir
|
chgrp -R root $pkgdir
|
||||||
|
|
Loading…
Reference in a new issue