pragha: fix subpackages and -devel dependency
This commit is contained in:
parent
1246d1f276
commit
f4ddde7fc5
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pragha'
|
||||
pkgname=pragha
|
||||
version=1.3.3
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool xfce4-dev-tools glib-devel gettext-devel pkg-config"
|
||||
makedepends="
|
||||
|
@ -19,7 +19,6 @@ checksum=71babb217115f362fc8565072cd70d94f02d58b346f00d2d06e40cecaaf282c8
|
|||
build_options="peas"
|
||||
desc_option_peas="Enable libpeas plugin library"
|
||||
|
||||
subpackages="pragha"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default="peas"
|
||||
subpackages+=" pragha-devel"
|
||||
|
@ -31,6 +30,7 @@ pre_configure() {
|
|||
|
||||
pragha-devel_package() {
|
||||
short_desc+=" - development files"
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include/pragha/plugins
|
||||
vmove usr/lib/pragha/plugins/devices/libdeviceclient.so
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue