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

recipes/utils/cdrdao/PAGBUILD.yaml main

33 linii Raw ← Powrót
123456789101112131415161718192021222324252627282930313233
pkgname: cdrdao
pkgver: '1.2.6'
pkgrel: '1'
pkgdesc: 'Records audio/data CD-Rs in disk-at-once (DAO) mode'
url: 'https://cdrdao.sourceforge.net'
arch: x86_64
depends: []
makedepends:
- libvorbis
- libmad
- libao

source:
- 'https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2'
- 'cdrdao-1.2.3-autoconf-update.patch'

sha256sums:
- SKIP
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  patch -Np1 -i ../cdrdao-1.2.3-autoconf-update.patch
  ./configure --prefix=/usr \
  	--mandir=/usr/share/man \
  	--infodir=/usr/share/info \
  	--with-lame --with-xdao \
  	--with-ogg-support --with-mp3-support
  make
  make DESTDIR=${PKGDIR} install

package: |
  true