libcddb: cross build support.
This commit is contained in:
parent
7c34265fc9
commit
e04d241472
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'libcddb'
|
# Template file for 'libcddb'
|
||||||
pkgname=libcddb
|
pkgname=libcddb
|
||||||
version=1.3.2
|
version=1.3.2
|
||||||
revision=5
|
revision=6
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pkg-config"
|
configure_args="ac_cv_func_malloc_0_nonnull=yes ac_cv_func_realloc_0_nonnull=yes"
|
||||||
short_desc="Library to access data on a CDDB server"
|
short_desc="Library to access data on a CDDB server"
|
||||||
homepage="http://libcddb.sourceforge.net/"
|
homepage="http://libcddb.sourceforge.net/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
|
@ -18,7 +18,7 @@ long_desc="
|
||||||
|
|
||||||
libcddb-devel_package() {
|
libcddb-devel_package() {
|
||||||
depends="libcddb>=${version}"
|
depends="libcddb>=${version}"
|
||||||
short_desc+=" -- development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Reference in a new issue