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

recipes/utils/neon/PAGBUILD.yaml main

35 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829303132333435
pkgname: neon
pkgver: '0.37.1'
pkgrel: '2'
pkgdesc: 'Wrapper for common HTTP and WebDAV'
url: 'http://www.webdav.org/neon/'
arch: x86_64
depends: []
makedepends:
- kerberos
- xmlto
- libxml2
- expat

source:
- 'https://notroj.github.io/neon/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  --with-expat \
  --with-ssl=openssl \
  --enable-shared \
  --mandir=/usr/share/man \
  --infodir=/usr/share/info
  make
  make DESTDIR=${PKGDIR} install

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

package: |
  true