diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-11-11 22:47:51 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-11-11 22:47:51 +0100 |
commit | 376883aefc82fc9e6bbd6a65674718d998c57963 (patch) | |
tree | a7c5cbaf81219282306a17e3882c81a2f7a828d9 /extra/httrack/Pkgfile | |
parent | 5fafac757e212f613247d2a93fe0090203270489 (diff) | |
parent | ea22bf4acd9d726cbdb0e36162ce8677801c830e (diff) | |
download | nutyx-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/Pkgfile | 19 |
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 +} + + |