summaryrefslogtreecommitdiffstats
path: root/base/httrack/Pkgfile
blob: 0a0a4e2c243703e467e694fba94c832a0d42931f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Description: HTTrack Website Copier - Aspirateur de Sites Web
# URL: http://www.httrack.com/ 
# Maintainer: NuTyX core team
# Packager: fanch

name=httrack
version=3.43.12
release=1
source=(http://download.httrack.com/$name-$version.tar.gz)

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