mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: cliquer-1.22
This commit is contained in:
parent
c6dca34dd7
commit
576e77b1c5
3 changed files with 23 additions and 0 deletions
|
@ -4056,6 +4056,7 @@ libcholmod.so.3 SuiteSparse-5.10.1_1
|
||||||
libumfpack.so.5 SuiteSparse-5.10.1_1
|
libumfpack.so.5 SuiteSparse-5.10.1_1
|
||||||
libecl.so.21.2 ecl-21.2.1_1
|
libecl.so.21.2 ecl-21.2.1_1
|
||||||
libecm.so.1 ecm-7.0.4_3
|
libecm.so.1 ecm-7.0.4_3
|
||||||
|
libcliquer.so.1 cliquer-1.22_1
|
||||||
libSingular-4.2.1.so singular-4.2.1_1
|
libSingular-4.2.1.so singular-4.2.1_1
|
||||||
libfactory-4.2.1.so singular-4.2.1_1
|
libfactory-4.2.1.so singular-4.2.1_1
|
||||||
libpolys-4.2.1.so singular-4.2.1_1
|
libpolys-4.2.1.so singular-4.2.1_1
|
||||||
|
|
1
srcpkgs/cliquer-devel
Symbolic link
1
srcpkgs/cliquer-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
cliquer
|
21
srcpkgs/cliquer/template
Normal file
21
srcpkgs/cliquer/template
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
# Template file for 'cliquer'
|
||||||
|
pkgname=cliquer
|
||||||
|
version=1.22
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
short_desc="C routines for finding cliques in an arbitrary weighted graph"
|
||||||
|
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||||
|
license="GPL-2.0-or-later"
|
||||||
|
homepage="https://users.aalto.fi/~pat/cliquer.html"
|
||||||
|
distfiles="https://github.com/dimpase/autocliquer/releases/download/v$version/cliquer-$version.tar.gz"
|
||||||
|
checksum=6ff79e1e9983ebabbca3dd276a8a310cbdeb48c7adf95f37abd83129b566340e
|
||||||
|
|
||||||
|
cliquer-devel_package() {
|
||||||
|
short_desc+=" - development files"
|
||||||
|
depends="${sourcepkg}>=${version}_${revision} ${makedepends}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue