talimat 592 B

12345678910111213141516171819202122
  1. [paket]
  2. tanim = Akıllı WHOIS istemcisi
  3. paketci = GoksuBay
  4. grup = sistem
  5. url = https://github.com/rfc1036/whois
  6. [kaynak]
  7. 1 = http://ftp.debian.org/debian/pool/main/w/whois/${isim}_${surum}.tar.xz
  8. [sha256]
  9. 1 = 64ec63339d7ad559cd6722bd3141a1e5787817bd921841a813ee17a0a34b6f3d
  10. [gerek]
  11. derleme = perl
  12. [derle]
  13. betik = cd "${SRC}/${isim}-5.4.4"
  14. betik = make CONFIG_FILE=/etc/whois.conf CFLAGS="$CFLAGS $CPPFLAGS" HAVE_ICONV=1
  15. [pakur]
  16. betik = cd "${SRC}/${isim}-5.4.4"
  17. betik = make prefix=/usr BASEDIR="${PKG}" install-whois
  18. betik = install -D -m644 whois.conf "${PKG}/etc/whois.conf"