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'
|
||||
pkgname=libcddb
|
||||
version=1.3.2
|
||||
revision=5
|
||||
revision=6
|
||||
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"
|
||||
homepage="http://libcddb.sourceforge.net/"
|
||||
license="LGPL-2.1"
|
||||
|
@ -18,7 +18,7 @@ long_desc="
|
|||
|
||||
libcddb-devel_package() {
|
||||
depends="libcddb>=${version}"
|
||||
short_desc+=" -- development files"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
|
|
Loading…
Reference in a new issue