diff options
| author | Bart Ribbers <bribbers@disroot.org> | 2020-03-30 15:35:51 +0200 |
|---|---|---|
| committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-31 15:34:36 +0000 |
| commit | f407474d8abdce63d0a8aef5b2d8c2fe639c174d (patch) | |
| tree | 7ba7e964e3fc1284442aa7a4bc41030eab2d9505 /testing | |
| parent | a490a56ecfe86ec489d0febed99a461355b68485 (diff) | |
| download | aports-f407474d8abdce63d0a8aef5b2d8c2fe639c174d.tar.bz2 aports-f407474d8abdce63d0a8aef5b2d8c2fe639c174d.tar.xz | |
community/boca: move from testing
Diffstat (limited to 'testing')
| -rw-r--r-- | testing/boca/APKBUILD | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/boca/APKBUILD b/testing/boca/APKBUILD deleted file mode 100644 index 9ebdba39da..0000000000 --- a/testing/boca/APKBUILD +++ /dev/null @@ -1,30 +0,0 @@ -# Contributor: Bart Ribbers <bribbers@disroot.org> -# Maintainer: Bart Ribbers <bribbers@disroot.org> -pkgname=boca -pkgver=1.0 -pkgrel=0 -arch="all" -url="https://github.com/enzo1982/boca" -pkgdesc="A component library used by the fre:ac audio converter" -license="GPL-2.0-or-later" -makedepends="smooth-dev libcdio-dev expat-dev pulseaudio-dev libcdio-paranoia-dev uriparser-dev" -source="https://github.com/enzo1982/boca/archive/v$pkgver/boca-v$pkgver.tar.gz" -subpackages="$pkgname-dev" -options="!check" # No tests -builddir="$srcdir/BoCA-$pkgver" - -prepare() { - default_prepare - - find . -type f -exec sed -i 's|/usr/local|/usr|g' {} \; -} - -build() { - make -} - -package() { - DESTDIR="$pkgdir" make install -} - -sha512sums="418e801109a21bf809d99b8eb964c867a55a57805dffdd851fe447a9bb484c90ec691f4301871be5f7f4b8e2409290b160f90afcc934edbc97b07221bf00cd1d boca-v1.0.tar.gz" |
