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

recipes/utils/npth/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: npth
pkgver: '1.8'
pkgrel: '2'
pkgdesc: 'Contains a very portable POSIX/ANSI-C based library for Unix platforms'
url: 'http://www.gnu.org/software/pth/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --mandir=/usr/share/man \
  --disable-static 
  make 
  make -j1 DESTDIR=${PKGDIR} install

  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libnpth.la

package: |
  true