summaryrefslogtreecommitdiffstats
path: root/base/httrack/Pkgfile
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-18 19:36:50 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-18 19:36:50 +0100
commit991a9a1a05f635dce7adb0281a024c1b5d223496 (patch)
tree51e9fc018ca7390f8c1ce5657b33b22686ec48fa /base/httrack/Pkgfile
parent213a02191dfddefd4bec1e732f6ab90b2525839d (diff)
downloadnutyx-extra-991a9a1a05f635dce7adb0281a024c1b5d223496.tar.gz
nutyx-extra-991a9a1a05f635dce7adb0281a024c1b5d223496.tar.bz2
nutyx-extra-991a9a1a05f635dce7adb0281a024c1b5d223496.tar.xz
nutyx-extra-991a9a1a05f635dce7adb0281a024c1b5d223496.zip
httrack, déplacé dans base
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
+}
+
+