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

recipes/utils/libraw1394/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: libraw1394
pkgver: '2.1.2'
pkgrel: '4'
pkgdesc: 'Provides an API to the Linux IEEE1394 (FireWire) driver.'
url: 'https://ieee1394.wiki.kernel.org/index.php/Main_Page'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://www.kernel.org/pub/linux/libs/ieee1394/${pkgname}-${pkgver}.tar.xz'

sha256sums:
- SKIP

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

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

package: |
  true