summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-02-26 08:10:29 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-02-26 08:10:29 +0000
commit15ef83e07d72aab1f5e67d4c81e5d8c453527723 (patch)
tree0a96b27b514d655a14079c6a332fba9df478da1f /net-analyzer/libnasl/files
parentShould execute zpasswd with python, to avoid a bug when converting a float to... (diff)
downloadgentoo-2-15ef83e07d72aab1f5e67d4c81e5d8c453527723.tar.gz
gentoo-2-15ef83e07d72aab1f5e67d4c81e5d8c453527723.tar.bz2
gentoo-2-15ef83e07d72aab1f5e67d4c81e5d8c453527723.zip
Version bump
Diffstat (limited to 'net-analyzer/libnasl/files')
-rw-r--r--net-analyzer/libnasl/files/digest-libnasl-2.0.01
-rw-r--r--net-analyzer/libnasl/files/libnasl-2.0.0-gentoo.patch12
2 files changed, 13 insertions, 0 deletions
diff --git a/net-analyzer/libnasl/files/digest-libnasl-2.0.0 b/net-analyzer/libnasl/files/digest-libnasl-2.0.0
new file mode 100644
index 000000000000..6ef520849c09
--- /dev/null
+++ b/net-analyzer/libnasl/files/digest-libnasl-2.0.0
@@ -0,0 +1 @@
+MD5 6b4dfcbf0fd53800f181911cdfdcf8d2 libnasl-2.0.0.tar.gz 323333
diff --git a/net-analyzer/libnasl/files/libnasl-2.0.0-gentoo.patch b/net-analyzer/libnasl/files/libnasl-2.0.0-gentoo.patch
new file mode 100644
index 000000000000..3c769c08d7d0
--- /dev/null
+++ b/net-analyzer/libnasl/files/libnasl-2.0.0-gentoo.patch
@@ -0,0 +1,12 @@
+diff -urN libnasl/nasl/Makefile libnasl-modified/nasl/Makefile
+--- libnasl/nasl/Makefile Mon Oct 15 12:58:07 2001
++++ libnasl-modified/nasl/Makefile Fri Jul 26 12:56:36 2002
+@@ -90,6 +90,7 @@
+
+ install : libnasl.la nasl
+ test -d $(DESTDIR)${libdir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${libdir}
++ test -d $(DESTDIR)${bindir} || $(INSTALL_DIR) -m 755 $(DESTDIR)${bindir}
+ $(LIBTOOL) --mode install $(INSTALL) libnasl.la $(DESTDIR)${libdir}/libnasl.la
+ $(LIBTOOL) --finish $(DESTDIR)${libdir}
+ $(INSTALL) nasl $(DESTDIR)${bindir}/
+