New package: cddlib-0.94m
This commit is contained in:
parent
18f5d74efd
commit
ccc5896678
3 changed files with 27 additions and 0 deletions
|
@ -47,6 +47,8 @@ libSegFault.so glibc-2.32_1
|
|||
libpcprofile.so glibc-2.32_1
|
||||
libcidn.so.1 glibc-2.32_1
|
||||
libmvec.so.1 glibc-2.32_1
|
||||
libcddgmp.so.0 cddlib-0.94m_1
|
||||
libcdd.so.0 cddlib-0.94m_1
|
||||
libz.so.1 zlib-1.2.3_1
|
||||
libb2.so.1 libb2-0.98.1_1
|
||||
libbz2.so.1 bzip2-1.0.5_1
|
||||
|
|
1
srcpkgs/cddlib-devel
Symbolic link
1
srcpkgs/cddlib-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
cddlib
|
24
srcpkgs/cddlib/template
Normal file
24
srcpkgs/cddlib/template
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'cddlib'
|
||||
pkgname=cddlib
|
||||
version=0.94m
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="gmp-devel"
|
||||
short_desc="Efficient implementation of the Double Description Method"
|
||||
maintainer="dkwo <nicolopiazzalunga@gmail.com>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://people.inf.ethz.ch/fukudak/cdd_home/"
|
||||
distfiles="https://github.com/cddlib/cddlib/releases/download/${version}/cddlib-${version}.tar.gz"
|
||||
checksum=70dffdb3369b8704dc75428a1b3c42ab9047b81ce039f12f427e2eb2b1b0dee2
|
||||
|
||||
cddlib-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/bin/test*"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue