summaryrefslogtreecommitdiffstats
path: root/extra/pth/Pkgfile
blob: ee48b18a7be92c4ce26733ee126631e97ecd20c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id:$
# Description:  contains a very portable POSIX/ANSI-C based library for Unix platforms
# URL: http://ftp.gnu.org/gun/pth
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on:  

name=pth
version=2.0.7
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)

build() {
	# build package
		cd $name-$version
                ./configure --prefix=/usr\
                            --mandir=/usr/share/man\
                            --infodir=/usr/share/info
		make
		make DESTDIR=$PKG install
}