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

recipes/utils/l-smash/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: l-smash
pkgver: '2.14.5'
pkgrel: '3'
pkgdesc: MP4 muxer and other tools
url: 'https://github.com/l-smash/l-smash'
arch: x86_64
depends: []
makedepends: []
source:
- 'https://github.com/l-smash/l-smash/archive/v${pkgver}.tar.gz'
sha256sums:
- e6f7c31de684f4b89ee27e5cd6262bf96f2a5b117ba938d2d606cf6220f05935
build: |
  cd l-smash-${pkgver}

  ./configure \
    --prefix='/usr' \
    --enable-shared \
    --disable-static
  make

  make DESTDIR=${PKGDIR} install

  install -dm 755 ${PKGDIR}/usr/share/licenses/l-smash
  install -m 644 LICENSE ${PKGDIR}/usr/share/licenses/l-smash/
package: |
  true