summaryrefslogtreecommitdiffstats
path: root/extra/httrack/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-11-11 22:47:51 +0100
committertnut <thierryn1 at hispeed dot ch>2009-11-11 22:47:51 +0100
commit376883aefc82fc9e6bbd6a65674718d998c57963 (patch)
treea7c5cbaf81219282306a17e3882c81a2f7a828d9 /extra/httrack/Pkgfile
parent5fafac757e212f613247d2a93fe0090203270489 (diff)
parentea22bf4acd9d726cbdb0e36162ce8677801c830e (diff)
downloadnutyx-extra-376883aefc82fc9e6bbd6a65674718d998c57963.tar.gz
nutyx-extra-376883aefc82fc9e6bbd6a65674718d998c57963.tar.bz2
nutyx-extra-376883aefc82fc9e6bbd6a65674718d998c57963.tar.xz
nutyx-extra-376883aefc82fc9e6bbd6a65674718d998c57963.zip
Merge commit 'fanch/master'
Diffstat (limited to 'extra/httrack/Pkgfile')
-rw-r--r--extra/httrack/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/httrack/Pkgfile b/extra/httrack/Pkgfile
new file mode 100644
index 000000000..759174c1f
--- /dev/null
+++ b/extra/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: bash, zlib
+
+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
+}
+
+