Added libcddb-1.3.2 build template.
--HG-- extra : convert_revision : 21723bea0fb7e0ddaf93148aa1b646dcb11e6274
This commit is contained in:
parent
690774ebb3
commit
af9a58b66f
4 changed files with 38 additions and 0 deletions
1
srcpkgs/libcddb-devel
Symbolic link
1
srcpkgs/libcddb-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libcddb
|
2
srcpkgs/libcddb/depends
Normal file
2
srcpkgs/libcddb/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=1.3.2"
|
||||
api_depends="${abi_depends}"
|
18
srcpkgs/libcddb/libcddb-devel.template
Normal file
18
srcpkgs/libcddb/libcddb-devel.template
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Template file for 'libcddb-devel'.
|
||||
#
|
||||
short_desc="${short_desc} (development files)"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run glibc-devel
|
||||
Add_dependency run libcddb
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.*a ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/*.so ${DESTDIR}/usr/lib
|
||||
}
|
17
srcpkgs/libcddb/template
Normal file
17
srcpkgs/libcddb/template
Normal file
|
@ -0,0 +1,17 @@
|
|||
# Template file for 'libcddb'
|
||||
pkgname=libcddb
|
||||
version=1.3.2
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
short_desc="Library to access data on a CDDB server"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=68e9b53918b9bea727fb2db78936526671c039dcd7396cb82ecd6854e866048c
|
||||
long_desc="
|
||||
Libcddb is a library that implements the different protocols (CDDBP,
|
||||
HTTP, SMTP) to access data on a CDDB server (http://freedb.org). It
|
||||
tries to be as cross-platform as possible. The initial library will
|
||||
have a C API."
|
||||
|
||||
subpackages="$pkgname-devel"
|
||||
Add_dependency run glibc
|
||||
Add_dependency build pkg-config
|
Loading…
Reference in a new issue