ports/contrib (3.5): sbc: initial commit, version 1.4
commit 286134ae0faa3e55fd94068d53f4c31b4a32f1e5 Author: Tim Biermann <tbier@posteo.de> Date: Fri Aug 23 22:34:06 2019 +0000 sbc: initial commit, version 1.4 diff --git a/sbc/.footprint b/sbc/.footprint new file mode 100644 index 00000000..48d05c55 --- /dev/null +++ b/sbc/.footprint @@ -0,0 +1,11 @@ +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 new file mode 100644 index 00000000..178c1740 --- /dev/null +++ b/sbc/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF39l7BFSEaIosBv/DVVQ6HlYU5FyS8oj36nIJUa+rirbfhChUe7KJZGUJzNK0YRgX9O1EGFawUifzpRudfXRZmAE= +SHA256 (Pkgfile) = 48a2f96880a097ff2356b05c4fc9ab169ee295a3ea59d9c63e593384f54aadee +SHA256 (.footprint) = 83cb1017f30a31515dd65150e200c808312419ddcd8039709f56c1aef570244d +SHA256 (sbc-1.4.tar.xz) = 518bf46e6bb3dc808a95e1eabad26fdebe8a099c1e781c27ed7fca6c2f4a54c9 diff --git a/sbc/Pkgfile b/sbc/Pkgfile new file mode 100644 index 00000000..a97bc29b --- /dev/null +++ b/sbc/Pkgfile @@ -0,0 +1,18 @@ +# Description: Bluetooth low-complexity, subband codec library +# URL: http://www.bluez.org/ +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +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,tester,tools} + make + make DESTDIR=$PKG install +}
participants (1)
-
crux@crux.nu