# Template file for 'libnih' pkgname=libnih version=1.0.3 revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="dbus-devel" short_desc="Small library for C application development" maintainer="Juan RP " license="GPL-2" homepage="https://launchpad.net/libnih" distfiles="http://launchpad.net/libnih/${version%.*}/${version}/+download/libnih-${version}.tar.gz" checksum=897572df7565c0a90a81532671e23c63f99b4efde2eecbbf11e7857fbc61f405 libnih-devel_package() { short_desc+=" - development files" depends="${sourcepkg}-${version}_${revision}" pkg_install() { vmove usr/include vmove usr/lib/*.a vmove usr/lib/*.so vmove usr/lib/pkgconfig vmove usr/share/aclocal } }