New package: libnih-1.0.3.
This commit is contained in:
parent
dbe94cde64
commit
28571c1c5e
|
@ -1835,3 +1835,6 @@ libloudmouth-1.so.0 loudmouth-1.4.3_1
|
|||
libtorrent-rasterbar.so.7 libtorrent-rasterbar-0.16.19_1
|
||||
libcapstone.so.3 capstone-3.0_1
|
||||
libhavege.so.1 libhaveged-1.9.1_1
|
||||
libnih.so.1 libnih-1.0.3_1
|
||||
libnih-dbus.so.1 libnih-1.0.3_1
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
libnih
|
|
@ -0,0 +1,25 @@
|
|||
# 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 <xtraeme@gmail.com>"
|
||||
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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue