mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
core/xfsprogs to 3.1.11-1
This commit is contained in:
parent
5f806797cf
commit
a3439fe163
1 changed files with 4 additions and 4 deletions
|
@ -5,7 +5,7 @@
|
|||
# - original OPTIMIZER export does not play nice with our system
|
||||
|
||||
pkgname=xfsprogs
|
||||
pkgver=3.1.10
|
||||
pkgver=3.1.11
|
||||
pkgrel=1
|
||||
pkgdesc="XFS filesystem utilities"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,20 +16,20 @@ depends=('util-linux')
|
|||
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=('d6159f7a664d95b4c150d580399d4400')
|
||||
md5sums=('de9f1f45026c2f4e0776058d429ff4b6')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
#export OPTIMIZER="-march=${CARCH/_/-} -O1"
|
||||
export OPTIMIZER="-O1"
|
||||
export DEBUG=-DNDEBUG
|
||||
./configure --prefix=/usr
|
||||
./configure --prefix=/usr --sbindir=/usr/bin
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "${srcdir}/${pkgname}-${pkgver}"
|
||||
make DIST_ROOT="${pkgdir}" install install-dev
|
||||
make DIST_ROOT="${pkgdir}" PKG_ROOT_SBIN_DIR="/usr/bin" install install-dev
|
||||
chown -R root $pkgdir
|
||||
chgrp -R root $pkgdir
|
||||
# add hack as we cannot set rootlibdir
|
||||
|
|
Loading…
Reference in a new issue