New package: rankwidth-0.9
This commit is contained in:
parent
3b86e46984
commit
a3b25bef38
|
@ -440,6 +440,7 @@ libparted.so.2 libparted-3.1_1
|
|||
libparted-fs-resize.so.0 libparted-3.1_1
|
||||
libntfs-3g.so.89 ntfs-3g-2021.8.22_1
|
||||
libruby.so.3.0 ruby-3.0.2_1
|
||||
librw.so.0 rankwidth-0.9_1
|
||||
libprocessui.so.9 libksysguard-5.18.90_1
|
||||
libksignalplotter.so.9 libksysguard-5.18.90_1
|
||||
libksgrd.so.9 libksysguard-5.18.90_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
rankwidth
|
|
@ -0,0 +1,32 @@
|
|||
# Template file for 'rankwidth'
|
||||
pkgname=rankwidth
|
||||
version=0.9
|
||||
revision=1
|
||||
wrksrc=rw-${version}
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="igraph-devel"
|
||||
short_desc="Calculates rank-width and rank-decompositions"
|
||||
maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://sourceforge.net/projects/rankwidth/"
|
||||
distfiles="${SOURCEFORGE_SITE}/rankwidth/rw-$version.tar.gz"
|
||||
checksum=c1e03506fe25cdfcb428c051fc56b2d2affb5b06fba3f2ce756631466befb441
|
||||
|
||||
post_install() {
|
||||
# the binary conflicts with rw package, and it's not needed for
|
||||
# sagemath; if ever someone needs it we can decide whether to
|
||||
# rename it or install in a separate package with conflicts=rw
|
||||
rm -rf ${DESTDIR}/usr/bin/rw
|
||||
rm -rf ${DESTDIR}/usr/share/doc/rw
|
||||
}
|
||||
|
||||
rankwidth-devel_package() {
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
|
@ -0,0 +1 @@
|
|||
pkgname=rw
|
Loading…
Reference in New Issue