summaryrefslogtreecommitdiffstats
path: root/extra/libproxy/Pkgfile
blob: 18c8b8ca99bebb8206389735816ea0c57b053967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Description: Librairie permettant de découvrir le proxy 
# URL: http://code.google.com/p/libproxy
# Maintainer: NutyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: gconf

name=libproxy
version=0.2.3
release=1
source=(http://libproxy.googlecode.com/files/$name-$version.tar.gz)



build() {
	cd $name-$version
        ./configure --prefix=/usr
	make
	make DESTDIR=$PKG install

}