From dd41839aceba05b2776665ae7cfefb79fc096315 Mon Sep 17 00:00:00 2001
From: Alan Mizrahi <lameventanas@gmail.com>
Date: Sat, 24 Aug 2019 02:18:09 +0900
Subject: [PATCH] sbc: removed

---
 sbc/.footprint | 11 -----------
 sbc/.signature |  5 -----
 sbc/Pkgfile    | 22 ----------------------
 3 files changed, 38 deletions(-)
 delete mode 100644 sbc/.footprint
 delete mode 100644 sbc/.signature
 delete mode 100644 sbc/Pkgfile

diff --git a/sbc/.footprint b/sbc/.footprint
deleted file mode 100644
index 48d05c557..000000000
--- a/sbc/.footprint
+++ /dev/null
@@ -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
diff --git a/sbc/.signature b/sbc/.signature
deleted file mode 100644
index 0414f9efa..000000000
--- a/sbc/.signature
+++ /dev/null
@@ -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
diff --git a/sbc/Pkgfile b/sbc/Pkgfile
deleted file mode 100644
index 2dd2d44a2..000000000
--- a/sbc/Pkgfile
+++ /dev/null
@@ -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
-
-}