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

recipes/utils/miniupnpc/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: miniupnpc
pkgver: '2.3.3'
pkgrel: '2'
pkgdesc: 'A small UPnP client library/tool to access Internet Gateway Devices'
url: 'http://miniupnp.free.fr'
arch: x86_64
depends: []
makedepends: []
source:
- 'http://miniupnp.free.fr/files/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

build: |
  cd ./${pkgname}-${pkgver}
  make
  make DESTDIR=${PKGDIR} install
  install -Dm644 man3/miniupnpc.3 ${PKGDIR}/usr/share/man/man3/miniupnpc.3
  install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE

package: |
  true