Package Details: tayga 0.9.2-3

Git Clone URL: https://aur.archlinux.org/tayga.git (read-only, click to copy)
Package Base: tayga
Description: TAYGA NAT64 daemon
Upstream URL: http://www.litech.org/tayga/
Licenses: GPL
Submitter: nextsux
Maintainer: Emily
Last Packager: Emily
Votes: 6
Popularity: 0.000000
First Submitted: 2016-01-04 21:56 (UTC)
Last Updated: 2025-03-27 15:48 (UTC)

Latest Comments

hexchain commented on 2026-08-15 16:13 (UTC)

All the patches, the default configuration file, and the systemd service are all incorporated into 0.9.6. The build system have changed to a plain Makefile as well.

Please try this PKGBUILD.

# Maintainer: Emily <info@emy.sh>
# Contributor: Martin -nexus- Mlynář <nexus+arch@smoula.net>

pkgname=tayga
pkgver=0.9.6
pkgrel=1
pkgdesc="Out-of-kernel stateless NAT64 implementation for Linux"
arch=('x86_64')
url="https://github.com/apalrd/tayga"
license=('GPL-2.0-only')
depends=('glibc')
source=("https://github.com/apalrd/tayga/archive/refs/tags/0.9.6/${pkgname}-${pkgver}.tar.gz")
sha256sums=('64da04887e59207be0f62082e63dca98b1e770283fa37102ccb0a3e8d2acedc5')

build() {
  cd "$srcdir/tayga-${pkgver}"
  make
}

package() {
  cd "$srcdir/tayga-${pkgver}"
  make prefix=/usr sbindir=/usr/bin servicedir=/usr/lib/systemd/system WITH_SYSTEMD=1 DESTDIR="${pkgdir}" install
}

Thymo commented on 2025-10-21 12:29 (UTC)

TAYGA has a new maintainer and new releases are being made: https://github.com/apalrd/tayga/releases

Emily commented on 2024-08-29 14:17 (UTC)

@Vanilla you need to install base-devel to build Arch Linux packages

Vanilla commented on 2024-08-18 14:37 (UTC)

I got:

tayga-0.9.2-3: parsing pkg list...
==> ERROR: Cannot find the debugedit binary required for including source files in debug packages.
error: failed to build 'tayga-0.9.2-3': 
error: packages failed to build: tayga-0.9.2-3

A dep is missing?