[arch-commits] Commit in isatapd/repos (6 files)

Felix Yan fyan at archlinux.org
Sat Oct 25 12:53:18 UTC 2014


    Date: Saturday, October 25, 2014 @ 14:53:18
  Author: fyan
Revision: 121398

archrelease: copy trunk to community-i686, community-x86_64

Added:
  isatapd/repos/community-i686/
  isatapd/repos/community-i686/PKGBUILD
    (from rev 121397, isatapd/trunk/PKGBUILD)
  isatapd/repos/community-i686/isatapd at .service
    (from rev 121397, isatapd/trunk/isatapd at .service)
  isatapd/repos/community-x86_64/
  isatapd/repos/community-x86_64/PKGBUILD
    (from rev 121397, isatapd/trunk/PKGBUILD)
  isatapd/repos/community-x86_64/isatapd at .service
    (from rev 121397, isatapd/trunk/isatapd at .service)

-----------------------------------+
 community-i686/PKGBUILD           |   30 ++++++++++++++++++++++++++++++
 community-i686/isatapd at .service   |   10 ++++++++++
 community-x86_64/PKGBUILD         |   30 ++++++++++++++++++++++++++++++
 community-x86_64/isatapd at .service |   10 ++++++++++
 4 files changed, 80 insertions(+)

Copied: isatapd/repos/community-i686/PKGBUILD (from rev 121397, isatapd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-25 12:53:18 UTC (rev 121398)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: xgdgsc<xgdgsc at gmail.com>
+# Contributor: Philanecros Heliostein <philanecros at gmail.com>
+
+pkgname=isatapd
+pkgver=0.9.7
+pkgrel=4
+pkgdesc="Creates and maintains an ISATAP tunnel (rfc5214) in Linux"
+arch=("i686" "x86_64")
+url="http://www.saschahlusiak.de/linux/isatap.htm"
+license=('GPL')
+depends=('glibc')
+source=("http://www.saschahlusiak.de/linux/${pkgname}-${pkgver}.tar.gz"
+        isatapd at .service)
+md5sums=('79f13a360b9a14cb0afcdf7a2af9c6de'
+         'e33e0a5b31f958b9d52c345439b455af')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+
+  install -Dm644 "${srcdir}/${pkgname}@.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+}

Copied: isatapd/repos/community-i686/isatapd at .service (from rev 121397, isatapd/trunk/isatapd at .service)
===================================================================
--- community-i686/isatapd at .service	                        (rev 0)
+++ community-i686/isatapd at .service	2014-10-25 12:53:18 UTC (rev 121398)
@@ -0,0 +1,10 @@
+[Unit]
+Description=isatap daemon
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/isatapd --router "%I"  --pid "/var/run/isatapd-%I.pid" --quiet
+
+[Install]
+WantedBy=multi-user.target

Copied: isatapd/repos/community-x86_64/PKGBUILD (from rev 121397, isatapd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-25 12:53:18 UTC (rev 121398)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: xgdgsc<xgdgsc at gmail.com>
+# Contributor: Philanecros Heliostein <philanecros at gmail.com>
+
+pkgname=isatapd
+pkgver=0.9.7
+pkgrel=4
+pkgdesc="Creates and maintains an ISATAP tunnel (rfc5214) in Linux"
+arch=("i686" "x86_64")
+url="http://www.saschahlusiak.de/linux/isatap.htm"
+license=('GPL')
+depends=('glibc')
+source=("http://www.saschahlusiak.de/linux/${pkgname}-${pkgver}.tar.gz"
+        isatapd at .service)
+md5sums=('79f13a360b9a14cb0afcdf7a2af9c6de'
+         'e33e0a5b31f958b9d52c345439b455af')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+
+  install -Dm644 "${srcdir}/${pkgname}@.service" "${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
+}

Copied: isatapd/repos/community-x86_64/isatapd at .service (from rev 121397, isatapd/trunk/isatapd at .service)
===================================================================
--- community-x86_64/isatapd at .service	                        (rev 0)
+++ community-x86_64/isatapd at .service	2014-10-25 12:53:18 UTC (rev 121398)
@@ -0,0 +1,10 @@
+[Unit]
+Description=isatap daemon
+After=network.target
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/isatapd --router "%I"  --pid "/var/run/isatapd-%I.pid" --quiet
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list