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

recipes/utils/vcdimager/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: vcdimager
pkgver: '2.0.1'
pkgrel: '8'
pkgdesc: 'A full-featured mastering suite for authoring disassembling and analyzing Video CDs'
url: 'http://www.vcdimager.org/'
arch: x86_64
depends: []
makedepends:
- libcdio
- libxml2
- popt

source:
- 'https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz'
- 'libxml214.patch'

sha256sums:
- SKIP
- SKIP

build: |
  cd ${pkgname}-${pkgver}

  patch -Np1 -i ../libxml214.patch
  ./configure --prefix=/usr
  make
  make DESTDIR="${PKGDIR}" install

package: |
  # Obsolet lib
  rm -f ${PKGDIR}/usr/lib/libvcdinfo.la