1
0
forked from ports/opt

sbc: removed

This commit is contained in:
Alan Mizrahi 2019-08-24 02:18:09 +09:00
parent b9cab49a58
commit dd41839ace
3 changed files with 0 additions and 38 deletions

View File

@ -1,11 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/sbc/
-rw-r--r-- root/root usr/include/sbc/sbc.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libsbc.la
lrwxrwxrwx root/root usr/lib/libsbc.so -> libsbc.so.1.2.2
lrwxrwxrwx root/root usr/lib/libsbc.so.1 -> libsbc.so.1.2.2
-rwxr-xr-x root/root usr/lib/libsbc.so.1.2.2
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/sbc.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/Qp9q+1KgeD2KstQSsoo+rEktk/EMbovlVZXmU4e1tsMhnkxXVnHBwaoftk34IoFB/wUjidqrhGoHSRo8UGFYQw=
SHA256 (Pkgfile) = 705c2d4ae6e515e65ac0a979e6703517f12f0be7973d20d6ec93f41dd05da7b5
SHA256 (.footprint) = 83cb1017f30a31515dd65150e200c808312419ddcd8039709f56c1aef570244d
SHA256 (sbc-1.4.tar.xz) = 518bf46e6bb3dc808a95e1eabad26fdebe8a099c1e781c27ed7fca6c2f4a54c9

View File

@ -1,22 +0,0 @@
# Description: Bluetooth low-complexity, subband codec library
# URL: http://www.bluez.org/
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
# Depends on: libsndfile
name=sbc
version=1.4
release=1
source=(http://www.kernel.org/pub/linux/bluetooth/sbc-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-static \
--disable-tester \
--disable-tools
make
make DESTDIR=$PKG install
}