contrib/libopenaptx/Pkgfile

14 lines
361 B
Plaintext
Raw Normal View History

# Description: Open Source aptX codec library
# URL: https://github.com/pali/libopenaptx
# Maintainer: Tim Biermann, tbier at posteo dot de
name=libopenaptx
2021-04-25 20:18:37 +02:00
version=0.2.1
release=1
source=(https://github.com/pali/libopenaptx/releases/download/$version/libopenaptx-$version.tar.gz)
build() {
cd $name-$version
CC=cc make DESTDIR=$PKG PREFIX=/usr install
}