New package: sbc-1.0.
This commit is contained in:
parent
54526f8830
commit
c1eefe0fb5
5 changed files with 32 additions and 0 deletions
|
@ -984,3 +984,4 @@ libatf-c++.so.0 atf-libs-0.16_1
|
||||||
libvdeplug.so.3 libvde2-2.3.2_1
|
libvdeplug.so.3 libvde2-2.3.2_1
|
||||||
libvdemgmt.so.0 libvde2-2.3.2_1
|
libvdemgmt.so.0 libvde2-2.3.2_1
|
||||||
libvdehist.so.0 libvde2-2.3.2_1
|
libvdehist.so.0 libvde2-2.3.2_1
|
||||||
|
libsbc.so.1 sbc-1.0_1
|
||||||
|
|
1
srcpkgs/sbc-devel
Symbolic link
1
srcpkgs/sbc-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
sbc
|
13
srcpkgs/sbc/sbc-devel.template
Normal file
13
srcpkgs/sbc/sbc-devel.template
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# Template file for 'sbc-devel'.
|
||||||
|
#
|
||||||
|
noarch=yes
|
||||||
|
depends="sbc>=$version"
|
||||||
|
short_desc="${short_desc} -- development files"
|
||||||
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vmove usr/include usr
|
||||||
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
}
|
1
srcpkgs/sbc/sbc.rshlibs
Normal file
1
srcpkgs/sbc/sbc.rshlibs
Normal file
|
@ -0,0 +1 @@
|
||||||
|
libc.so.6
|
16
srcpkgs/sbc/template
Normal file
16
srcpkgs/sbc/template
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# Template file for 'sbc'
|
||||||
|
pkgname=sbc
|
||||||
|
version=1.0
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--enable-pie --disable-static"
|
||||||
|
subpackages="sbc-devel"
|
||||||
|
makedepends="pkg-config libsndfile-devel"
|
||||||
|
short_desc="SBC library"
|
||||||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
homepage="http://www.bluez.org/"
|
||||||
|
license="GPL-2"
|
||||||
|
distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
|
||||||
|
checksum=bf970aa21226c594bb04ba3d949770c8fd91dc8f953556305f20c1016b16b882
|
||||||
|
long_desc="
|
||||||
|
This package implements a ${short_desc}."
|
Loading…
Reference in a new issue