mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/freac: new aport
This commit is contained in:
parent
cf961b57ca
commit
f888c447cb
30
testing/freac/APKBUILD
Normal file
30
testing/freac/APKBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=freac
|
||||
pkgver=1.1_beta2
|
||||
pkgrel=0
|
||||
arch="all"
|
||||
url="https://www.freac.org/"
|
||||
pkgdesc="Audio converter and CD ripper with support for various popular formats and encoders"
|
||||
license="GPL-2.0-or-later"
|
||||
makedepends="boca-dev smooth-dev eudev-dev"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/enzo1982/freac/archive/v${pkgver/_/-}.tar.gz"
|
||||
subpackages="$pkgname-doc"
|
||||
options="!check" # No tests
|
||||
builddir="$srcdir/$pkgname-${pkgver/_/-}"
|
||||
|
||||
prepare() {
|
||||
default_prepare
|
||||
|
||||
find . -type f -exec sed -i 's|/usr/local|/usr|g' {} \;
|
||||
}
|
||||
|
||||
build() {
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" make install
|
||||
}
|
||||
|
||||
sha512sums="e020e0986482fe41d1e19223a58dc3634d5c29bbd21e6af7b34ffbed24fcfbba4437b0d1af74f8b5d411fe2534eccabdb0039f80e1317266b9addf69b8e9f102 freac-1.1_beta2.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user