contrib/rrdtool/Pkgfile

28 lines
635 B
Plaintext
Raw Normal View History

2006-11-30 10:23:23 +01:00
# Description: A system to store and display time-series data.
# URL: http://oss.oetiker.ch/rrdtool/index.en.html
# Maintainer: Danny Rawlins, romster at shortcircuit dot net dot au
# Packager: Younes Hafri, ycrux at club-internet dot fr
2006-12-05 12:28:19 +01:00
# Depends on: libart_lgpl, libcgi, libgd, python, tcl
2006-11-30 10:23:23 +01:00
name=rrdtool
version=1.2.15
release=1
source=(http://oss.oetiker.ch/$name/pub/$name-$version.tar.gz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--enable-shared \
--enable-local-libpng \
--enable-local-zlib
make && make prefix=$PKG/usr install
rm -r \
$PKG/usr/share/doc \
$PKG/usr/share/rrdtool/examples
}