summaryrefslogtreecommitdiffstats
path: root/extra/plotutils/Pkgfile
blob: e29da42cdd33d8e0107e644839ee87004367b394 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Description: Utilitaires et librairies pour le dessin (plotting)
# URL: http://directory.fsf.org/graphics/plotutils.html
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libpng
# Run on:

name=plotutils
version=2.6
release=1
source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.gz)

build() {
	cd $name-$version
	./configure --prefix=/usr \
	--with-gnu-ld \
	--with-x \
	--enable-libplotter
	make
	make DESTDIR=$PKG install
	rm  $PKG/usr/share/info/dir
}