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

recipes/utils/libupnp/PAGBUILD.yaml main

22 linii Raw ← Powrót
12345678910111213141516171819202122
pkgname: libupnp
pkgver: '1.14.31'
pkgrel: '1'
pkgdesc: 'An Portable Open Source UPnP Development Kit.'
url: 'https://pupnp.sourceforge.net/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr
  make

package: |
  cd ${pkgname}-${pkgver}
  make DESTDIR="${PKGDIR}" install