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

recipes/utils/libdaemon/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: libdaemon
pkgver: '0.14'
pkgrel: '3'
pkgdesc: 'Lightweight C library that eases the writing of UNIX daemons'
url: 'https://0pointer.de/lennart/projects/libdaemon/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://pkgs.fedoraproject.org/repo/pkgs/libdaemon/libdaemon-${pkgver}.tar.gz/509dc27107c21bcd9fbf2f95f5669563/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr \
  	--disable-doxygen \
  	--disable-lynx
  make
  make DESTDIR=${PKGDIR} install

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

package: |
  true