🔒 Repository is read-only – file editing is disabled.

recipes/utils/reiserfsprogs/PAGBUILD.yaml main

39 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233343536373839
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