network-ups-tools: build dev files
This commit is contained in:
parent
11eb3e9279
commit
08e5f4c962
1 changed files with 5 additions and 2 deletions
|
@ -7,7 +7,7 @@ build_style=gnu-configure
|
|||
configure_args="
|
||||
--sysconfdir=/etc/ups --without-doc --disable-static
|
||||
--datadir=/usr/share/ups --with-user=nut --with-group=nut --with-ssl
|
||||
--with-usb --without-dev --with-serial -with-avahi --with-udev-dir=/usr/lib/udev
|
||||
--with-usb --with-dev --with-serial -with-avahi --with-udev-dir=/usr/lib/udev
|
||||
--with-libltdl --without-ipmi --without-freeipmi --without-systemdsystemunitdir
|
||||
--with-snmp --with-drvpath=/var/lib/nut $(vopt_with cgi)"
|
||||
hostmakedepends="pkg-config"
|
||||
|
@ -54,6 +54,9 @@ network-ups-tools-devel_package() {
|
|||
short_desc+=" - development files"
|
||||
depends="lib${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/include
|
||||
vmove usr/share/man/man3
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue