smlinux/net/rrdtool/rrdtool.SMBuild
PktSurf d18addf386 Replaced upper case variable with lower case in net/cgit
Improved code to install dump1090 binary in net/dump1090 and hostname symlinks in net/hostname
Removed code that manually discards static archives in net/php
Miscellaneous SHA512 checksum updates and minor fixes in several net pkg build files
2022-10-10 22:54:00 +05:30

38 lines
843 B
Text
Executable file

app=rrdtool
version=1.7.2
build=1sml
homepage="https://www.rrdtool.org"
download="https://oss.oetiker.ch/rrdtool/pub/rrdtool-$version.tar.gz"
desc="Data logging and graphing application"
requires="perl python3 lua"
build() {
mkandenterbuilddir
rm -rf $app-$version
tar xf $srcdir/$app-$version.tar.?z*
cd $app-$version
fixbuilddirpermissions
./configure \
--prefix="" \
--sysconfdir=/etc \
--enable-perl \
--enable-ruby \
--enable-python \
--enable-lua \
--disable-libwrap \
--enable-perl-site-install \
--with-perl-options='INSTALLDIRS=vendor'
make
make install DESTDIR=$pkg
cp COPYRIGHT $pkgdocs/
mkfinalpkg
}
sha512sums="
ed7331f68f4a53e0409237826bbb9747ba81ac99466d15e33cae267137918180f6db31586d19c4e892d9b62eac06a190e6e7ffceb0052ff47616f77afb2cb709 rrdtool-1.7.2.tar.lz
"