New package: librtas-2.0.2

This commit is contained in:
q66 2018-12-17 15:12:22 +01:00 committed by Helmut Pozimski
parent aa973171f0
commit a87fa0a914
3 changed files with 31 additions and 0 deletions

View file

@ -3374,3 +3374,5 @@ librec.so.1 librec1-1.8_1
libfixposix.so.3 libfixposix-0.4.3_1
libgerv.so.1 gerbv-2.6.2_1
libupstart.so.1 libupstart-1.13.3_1
librtas.so.2 librtas-2.0.2_1
librtasevent.so.2 librtas-2.0.2_1

1
srcpkgs/librtas-devel Symbolic link
View file

@ -0,0 +1 @@
librtas

28
srcpkgs/librtas/template Normal file
View file

@ -0,0 +1,28 @@
# Template file for 'librtas'
pkgname=librtas
version=2.0.2
revision=1
only_for_archs="ppc64le ppc64le-musl ppc64-musl"
build_style=gnu-configure
hostmakedepends="automake libtool"
short_desc="Librtas library for Linux on Power systems"
maintainer="q66 <daniel@octaforge.org>"
license="LGPL-2.1-or-later"
homepage="https://github.com/ibm-power-utilities/librtas"
distfiles="https://github.com/ibm-power-utilities/librtas/archive/v${version}.tar.gz"
checksum=b47b2a6f140347ac265e2c66ddf68293f6cdcc7c0c9a78c6e21ff52846465415
pre_configure() {
./autogen.sh
}
librtas-devel_package() {
depends="${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.a"
vmove "usr/lib/*.so"
}
}