core/xfsprogs to 3.1.11-1

This commit is contained in:
Kevin Mihelich 2013-05-24 12:24:25 +00:00
parent 5f806797cf
commit a3439fe163

View file

@ -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