libotr3: add missing depends to -devel pkg.
This commit is contained in:
parent
eb85e9bdd5
commit
be256661ad
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'libotr3'.
|
# Template build file for 'libotr3'.
|
||||||
pkgname=libotr3
|
pkgname=libotr3
|
||||||
version=3.2.1
|
version=3.2.1
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="libotr-${version}"
|
wrksrc="libotr-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--program-transform-name='s/otr/otr3/'"
|
configure_args="--program-transform-name='s/otr/otr3/'"
|
||||||
|
@ -29,6 +29,7 @@ libotr3-progs_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libotr3-devel_package() {
|
libotr3-devel_package() {
|
||||||
|
depends="${sourcepkg}-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
|
Loading…
Reference in a new issue