diff options
Diffstat (limited to 'base/bind-utils')
-rw-r--r-- | base/bind-utils/.footprint.i686 | 11 | ||||
-rw-r--r-- | base/bind-utils/.footprint.x86_64 | 11 | ||||
-rw-r--r-- | base/bind-utils/.md5sum.i686 | 1 | ||||
-rw-r--r-- | base/bind-utils/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | base/bind-utils/Pkgfile | 24 |
5 files changed, 0 insertions, 48 deletions
diff --git a/base/bind-utils/.footprint.i686 b/base/bind-utils/.footprint.i686 deleted file mode 100644 index 0e8b27a81..000000000 --- a/base/bind-utils/.footprint.i686 +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/dig --rwxr-xr-x root/root usr/bin/host --rwxr-xr-x root/root usr/bin/nslookup -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/dig.1.gz --rw-r--r-- root/root usr/share/man/man1/host.1.gz --rw-r--r-- root/root usr/share/man/man1/nslookup.1.gz diff --git a/base/bind-utils/.footprint.x86_64 b/base/bind-utils/.footprint.x86_64 deleted file mode 100644 index 0e8b27a81..000000000 --- a/base/bind-utils/.footprint.x86_64 +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/dig --rwxr-xr-x root/root usr/bin/host --rwxr-xr-x root/root usr/bin/nslookup -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/dig.1.gz --rw-r--r-- root/root usr/share/man/man1/host.1.gz --rw-r--r-- root/root usr/share/man/man1/nslookup.1.gz diff --git a/base/bind-utils/.md5sum.i686 b/base/bind-utils/.md5sum.i686 deleted file mode 100644 index 629b3a714..000000000 --- a/base/bind-utils/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -207477c4cf95f2db5be0ded8a22669e0 bind-9.7.3.tar.gz diff --git a/base/bind-utils/.md5sum.x86_64 b/base/bind-utils/.md5sum.x86_64 deleted file mode 100644 index 629b3a714..000000000 --- a/base/bind-utils/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -207477c4cf95f2db5be0ded8a22669e0 bind-9.7.3.tar.gz diff --git a/base/bind-utils/Pkgfile b/base/bind-utils/Pkgfile deleted file mode 100644 index 8ef9af0cd..000000000 --- a/base/bind-utils/Pkgfile +++ /dev/null @@ -1,24 +0,0 @@ -# Description: Outils de resolution de nom DNS -# URL: http://www.isc.org/software/bind -# Maintainer: NuTyX core team -# Packager: fredjo - -name=bind-utils -version=9.7.3 -release=1 -source=(http://ftp.isc.org/isc/bind9/$version/bind-$version.tar.gz) - -build(){ - cd bind-$version - ./configure --prefix=/usr \ - --mandir=/usr/share/man - make -C lib/dns - make -C lib/isc - make -C lib/bind9 - make -C lib/isccfg - make -C lib/lwres - make -C bin/dig - make -C bin/dig DESTDIR=$PKG install - - -} |