summaryrefslogtreecommitdiffstats
path: root/extra/libproxy/Pkgfile
blob: 3c985794b5fe1d8db5db1ef55b3e00a9e8b59230 (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: python, gconf

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



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

}