2017-10-27 20:46:27 +02:00
|
|
|
|
# Tanım: DNS tarayıcı
|
2017-07-01 23:11:17 +02:00
|
|
|
|
# URL: http://ha.ckers.org/fierce/
|
2018-11-06 05:56:48 +01:00
|
|
|
|
# Paketçi: yakar
|
2017-10-27 20:46:27 +02:00
|
|
|
|
# Gerekler: perl-net-dns
|
2018-08-15 10:47:36 +02:00
|
|
|
|
# Grup: güvenlik
|
2017-07-01 23:11:17 +02:00
|
|
|
|
|
2017-10-28 14:10:23 +02:00
|
|
|
|
isim=fierce
|
|
|
|
|
surum=0.9.9
|
2018-11-06 05:56:48 +01:00
|
|
|
|
devir=2
|
2017-10-28 14:10:23 +02:00
|
|
|
|
kaynak=()
|
2017-07-01 23:11:17 +02:00
|
|
|
|
|
2017-10-27 23:59:41 +02:00
|
|
|
|
derle() {
|
2018-11-06 05:56:48 +01:00
|
|
|
|
git_indir https://github.com/yakar/fierce.git $isim
|
2017-10-28 14:10:23 +02:00
|
|
|
|
cd $SRC/$isim
|
2017-07-01 23:11:17 +02:00
|
|
|
|
|
2018-11-06 05:56:48 +01:00
|
|
|
|
# Conform to our install location.
|
|
|
|
|
sed -i 's|hosts\.txt|/etc/fierce/hosts.txt|' "fierce.pl"
|
2017-07-01 23:11:17 +02:00
|
|
|
|
|
2018-11-06 05:56:48 +01:00
|
|
|
|
install -D -m755 fierce.pl "$PKG"/usr/bin/fierce
|
|
|
|
|
install -D -m644 hosts.txt "$PKG"/etc/fierce/hosts.txt
|
|
|
|
|
|
|
|
|
|
# desktop
|
|
|
|
|
mkdir -p "$PKG/usr/share/applications/"
|
|
|
|
|
cat > $PKG/usr/share/applications/$isim.desktop << BASLA
|
|
|
|
|
[Desktop Entry]
|
|
|
|
|
Name=Fierce
|
|
|
|
|
Exec=sh -c "fierce;${SHELL:-bash}"
|
|
|
|
|
Terminal=true
|
|
|
|
|
Icon=fierce
|
|
|
|
|
Type=Application
|
|
|
|
|
Categories=Network;X-Komutan;
|
|
|
|
|
Version=1.0
|
|
|
|
|
BASLA
|
2017-07-01 23:11:17 +02:00
|
|
|
|
}
|