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

recipes/utils/libmms/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: libmms
pkgver: '0.6.4'
pkgrel: '4'
pkgdesc: 'MMS stream protocol library'
url: 'URL: http://sourceforge.net/projects/libmms/'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://download.sourceforge.net/libmms/${pkgname}-${pkgver}.tar.gz'

sha256sums:
- SKIP

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

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

package: |
  true