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

recipes/utils/lame/PAGBUILD.yaml main

25 linii Raw ← Powrót
12345678910111213141516171819202122232425
pkgname: lame
pkgver: '3.100'
pkgrel: 1
pkgdesc: MP3 encoder, an MP3 frame analyzer useful for creating, analyzing compressed audio files.
url: 'https://lame.sourceforge.net/index.php'
arch: x86_64
depends: []
makedepends:
- libsndfile
- nasm
source:
- 'https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz'
sha256sums:
- SKIP
build: |
  cd ${pkgname}-${pkgver}
  ./configure --prefix=/usr --enable-nasm --disable-static
  make
  make DESTDIR=${PKGDIR} install

  # Obsolet lib

  rm -f ${PKGDIR}/usr/lib/libmp3lame.la
package: |
  true