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