summaryrefslogtreecommitdiffstats
path: root/base/httrack/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'base/httrack/Pkgfile')
-rw-r--r--base/httrack/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/base/httrack/Pkgfile b/base/httrack/Pkgfile
new file mode 100644
index 000000000..3042b0d31
--- /dev/null
+++ b/base/httrack/Pkgfile
@@ -0,0 +1,19 @@
+# Description: HTTrack Website Copier - Aspirateur de Sites Web
+# URL: http://www.httrack.com/
+# Maintainer: NuTyX core team
+# Packager: fanch
+# Depends on:
+
+name=httrack
+version=3.43.7
+release=1
+source=(http://www.httrack.com/httrack-3.43-7.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+}
+
+