New package: ucommon-7.0.0
This commit is contained in:
parent
43a3b7f4d5
commit
f5806ce57e
4 changed files with 42 additions and 0 deletions
|
@ -2825,3 +2825,6 @@ libarmadillo.so.7 armadillo-7.800.2_1
|
|||
libduktape.so.201 duktape-2.1.1_1
|
||||
libccgnu2-1.8.so.0 commoncpp2-1.8.1_1
|
||||
libccext2-1.8.so.0 commoncpp2-1.8.1_1
|
||||
libucommon.so.8 ucommon-7.0.0_1
|
||||
libusecure.so.8 ucommon-7.0.0_1
|
||||
libcommoncpp.so.8 ucommon-7.0.0_1
|
||||
|
|
1
srcpkgs/ucommon-devel
Symbolic link
1
srcpkgs/ucommon-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
ucommon
|
1
srcpkgs/ucommon-tools
Symbolic link
1
srcpkgs/ucommon-tools
Symbolic link
|
@ -0,0 +1 @@
|
|||
ucommon
|
37
srcpkgs/ucommon/template
Normal file
37
srcpkgs/ucommon/template
Normal file
|
@ -0,0 +1,37 @@
|
|||
# Template file for 'ucommon'
|
||||
pkgname=ucommon
|
||||
version=7.0.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="gnutls-devel"
|
||||
short_desc="A light-weight C++ library to facilitate using C++ design patterns"
|
||||
maintainer="David <kalichakra@zoho.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.gnu.org/software/commoncpp/"
|
||||
distfiles="${GNU_SITE}/commoncpp/$pkgname-${version}.tar.gz"
|
||||
checksum="6ac9f76c2af010f97e916e4bae1cece341dc64ca28e3881ff4ddc3bc334060d7"
|
||||
|
||||
ucommon-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/bin/ucommon-config
|
||||
vmove usr/bin/commoncpp-config
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/man/man1
|
||||
vmove usr/share/ucommon/cmake
|
||||
}
|
||||
}
|
||||
|
||||
ucommon-tools_package() {
|
||||
short_desc+=" - tools"
|
||||
pkg_install() {
|
||||
for f in sockaddr pdetach scrub-files urlout mdsum zerofill \
|
||||
keywait args car; do
|
||||
vmove usr/bin/${f}
|
||||
done
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue