pkgname: reiserfsprogs pkgver: '3.6.27' pkgrel: '5' pkgdesc: 'Utilities for use with the Reiser file system.' url: 'https://www.kernel.org/pub/linux/utils/fs/reiserfs/' arch: x86_64 depends: [] makedepends: - libtool - e2fsprogs source: - 'https://www.kernel.org/pub/linux/kernel/people/jeffm/reiserfsprogs/v${pkgver}/${pkgname}-${pkgver}.tar.xz' - 'reiserfsprogs-3.6.27-loff_t.patch' sha256sums: - SKIP - SKIP build: | cd ${pkgname}-${pkgver} patch -p1 -i ../reiserfsprogs-3.6.27-loff_t.patch autoreconf -fiv CFLAGS+=' -fgnu89-inline' ./configure --prefix=/usr \ --sbindir=/usr/bin make make DESTDIR=${PKGDIR} install ln -sf reiserfsck ${PKGDIR}/usr/bin/fsck.reiserfs ln -sf mkreiserfs ${PKGDIR}/usr/bin/mkfs.reiserfs rm -f ${PKGDIR}/usr/lib/libreiserfscore.la package: | true